SetFontBold Statement:
Set bold font style
Object.SetFontBold
fontBold
|
Parameters:
fontBold-has integer type. Possible values: [0-1]. Sets/resets bold style
|
Sample: object.SetFontBold
1
This method sets bold font style with 1 value of fontBold parameter or resets bold font style with 0 value. You can combine styles by making consecutive calls to different set style methods. For example to set italic and bold, call SetFontBold 1 and SetFontItalic 1.A combination of font styles can be reset with ClearFontStyle method.
See also
ClearFontRectangle,
ClearFontStyle,
ExistFont, GetFontHeight
,SetTextAlign,
SetFontAntialias, SetFontBold,
SetFontGradient,
SetFontItalic, SetFontName
,SetFontOrientation,
SetFontRectangle, SetFontRegular
,SetFontSize, SetFontStrikeout
,SetFontUnderline
, TextOut
More samples:
|