SetFontSize Statement:
Set the size of True Type Font
Object.SetFontSize
fontSize
|
Parameters:
fontSize-has integer type. Defines font size
|
Sample: object.SetFontSize
12
This method sets font size to draw texts with TextOut method. You can determine
line height in pixels with GetFontHeight method.
See also
ClearFontRectangle,
ClearFontStyle,
ExistFont, GetFontHeight
,SetTextAlign,
SetFontAntialias, SetFontBold,
SetFontGradient,
SetFontItalic, SetFontName
,SetFontOrientation,
SetFontRectangle, SetFontRegular
,SetFontSize, SetFontStrikeout
,SetFontUnderline
, TextOut
More samples:
|