[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Change the default fonts

  • Thread starter Thread starter Matt Gilarde
  • Start date Start date
Status
Not open for further replies.
M

Matt Gilarde

Guest
We create the font with CreateFontIndirect . Then we use GetTextMetrics to fill a TEXTMETRIC structure with information about the font. Structure member tmHeight is the font height and tmAveCharWidth is the average character width. PIXELS-PER-ROW = tmHeight * 3 / 2 PIXELS-PER-COLUMN = tmAveCharWidth

Continue reading...
 
Status
Not open for further replies.
Back
Top