This property sets whether or not the font is italics.

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

Property Value

The FontItalic property sets whether or not the font is italics

Value Explanation
True Italic is enabled
False Italic is disabled

Explanation

The FontItalic property sets whether or not the font is Italics. 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.

<<p>This value cannot be retrieved.

 

The ImageKit10 VCL is a product created by Newtone Corporation