[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Set type used to store TFontStyle value(s).
Source position: graphics.pp line 80
type TFontStylesbase = set of ( |
||
fsBold, |
|
Bold font style. |
fsItalic, |
|
Italic font style. |
fsUnderline, |
|
Underline font style. |
fsStrikeOut |
|
Strike-out (or strike-through) font style. |
); |
TFontStylesBase is a set type used to store 0 (zero) or more values from the TFontStyle enumeration. It is used to implement the Style member in TFontData and TFont.
|
Set type used to store TFontStyle value(s). |
|
|
Contains information about a font used in an application. |
|
|
Styles applied to the font face. |