CadFontStyleTableFlag enumeration
CadFontStyleTableFlag enumeration
Font style table flags.
The CadFontStyleTableFlag type exposes the following members:
Fields
| Field | Description |
|---|---|
| NONE | Empty flag. |
| FIXED_PITCH | Fixed pitch (monospace font). |
| VARIABLE_PITCH | Variable pitch. |
| ROMAN | Roman family (serif). |
| SWISS | Swiss family (sans serif). |
| ITALIC | Italic style. |
| BOLD | Bold style. |
| BOLD_ITALIC | Bold italic style. |