Skip to main content

TdxFontOptions.Style Property

Specifies the current state of all font attributes applied to text.

Declaration

property Style: TFontStyles read; write;

Property Value

Type Description
TFontStyles

The set of flags that correspond to the states of bold, italic, strikeout, and underline font attributes.

Remarks

The Style property value includes the following TFontStyle flags when the corresponding properties are set to True:

TFontStyle Flag Property
fsBold Bold
fsItalic Italic
fsStrikeOut StrikeOut
fsUnderline Underline
See Also