TdxFontOptions.Style Property
In This Article
Specifies the current state of all font attributes applied to text.
#Declaration
Delphi
property Style: TFontStyles read; write;
#Property Value
Type | Description |
---|---|
TFont |
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
:
TFont |
Property |
---|---|
fs |
Bold |
fs |
Italic |
fs |
Strike |
fs |
Underline |
See Also