Font sizing
The font size may be specified in two ways:
-
By point size as a positive number
-
By pixel size as negative number
In the latter case, the font character height is calculated from the absolute number of the given size. For example, SetFontSize(18) sets the font to 18 points, and SetFontSize(-18) sets the height to 18 pixels.






