FontStylefunction
Specifies the style of the typeface of a font. Styles can be combined.
No implementation located. This member is documented, but the source scan found no matching declaration. It is likely declared in a header this scan does not resolve, or provided by a macro.
Parameters
| Name | Description | |
|---|---|---|
FontStyleRegular | 0 | |
FontStyleBold | 1 | |
FontStyleItalic | 2 | |
FontStyleBoldItalic | 3 | |
FontStyleUnderline | 4 | |
FontStyleStrikeout | 8 |
Description
The FontStyle enumeration specifies the style of the typeface of a font. Styles can be combined.
Reference
- Documented in Graphics/GdiPlus Flat Api/GdiPlus Enumerations.md
- Topic: GdiPlus Enumerations