The Bold attribute sets or determines if the character set is displayed in bold.
Syntax |
Bold |
Return value |
Boolean |
Parameter |
None |
Example:
Dim Fnt As Font
Fnt.Bold := True
MsgBox(Fnt.FontName & " " & Fnt.FontSize & " " & Fnt.Bold)
#Shows MS Sans Serif 8,25 True