[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Represents font styles or variants.
Source position: graphics.pp line 78
type TFontStyle = ( |
||
fsBold, |
|
Bold font style. |
fsItalic, |
|
Italic font style. |
fsUnderline, |
|
Underline font style. |
fsStrikeOut |
|
Strike-out (or strike-through) font style. |
); |
TFontStyle is an enumerated type with values used to represent a style or variant for a typeface. Value(s) from TFontStyle are stored in the TFontStyles and TFontStylesBase set types, and used to implement the Style members in TFontData and TFont.
|
Set type used to store TFontStyle value(s). |
|
|
Styles applied to the font face. |
|
|
Contains information about a font used in an application. |