This property sets whether or not the font is bold.

[C++Builder]   imagekitcontrolname->PrintDraw->FontBold [ = bool ]
[Delphi]   imagekitcontrolname.PrintDraw.FontBold [ = Boolean ]

Property Value

The FontBold property sets whether or not the font is bold

Value Explanation
True Bold is enabled
False Bold is disabled

Explanation

The FontBold property sets whether or not the font is bold. This property value is enabled when the DrawString, DrawText, GetTextExtent, MeasureString, or TextOut methods are executed.

Note: Depending on the values of the CharAngle and Direction properties, the FontStrikeOut, FontUnderline properties may be disabled.

Setting this value

This value can be set at runtime.

Retrieving this value

This value cannot be retrieved.

 

The ImageKit10 VCL is a product created by Newtone Corporation