Vcl.Graphics.TFontStyle
Delphi
TFontStyle = System.UITypes.TFontStyle;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| enum | public | Vcl.Graphics.pas | Vcl.Graphics | Vcl.Graphics |
Description
TFontStyle and TFontStyles specify style characteristics of a font.
TFontStyles is a set of TFontStyle values. The following table lists the possible values of the TFontStyle type:
| Value | Meaning |
|---|---|
|
fsBold |
The font is boldfaced. |
|
fsItalic |
The font is italicized. |
|
fsUnderline |
The font is underlined. |
|
fsStrikeOut |
The font is displayed with a horizontal line through it. |
Code Examples