System::Drawing::FontStyle enum
FontStyle enum
Represents a font style.
enum class FontStyle
Values
Name | Value | Description |
---|---|---|
Regular | 0 | Normal. |
Bold | 1 | Bold. |
Italic | 2 | Italic. |
Underline | 4 | Underline. |
Strikeout | 8 | Strikeout. |
See Also
- Namespace System::Drawing
- Library Aspose.Page for C++