DK for Delphi | GisTypesUI.TGIS_FontStyle | Enums
Platform independent font style definition.
// Delphi type TGIS_FontStyle = ( Bold, Italic, Underline, StrikeOut );
// C++ Builder enum DECLSPEC_DENUM TGIS_FontStyle unsigned short { Bold, Italic, Underline, StrikeOut };
| Name | Value | Description | |
|---|---|---|---|
| Bold | Bold font | ||
| Italic | Italic font | ||
| Underline | Underline font | ||
| StrikeOut | Strikeout font | ||