FontStyle
FontStyle enum
Module: aspose_barcode.generation.font_style
Specifies style information applied to text.
Enum Values
| Name | Value | Description |
|---|---|---|
| BOLD | 1 | Bold text. |
| ITALIC | 2 | Italic text. |
| REGULAR | 0 | Normal text. |
| STRIKEOUT | 8 | Text with a line through the middle. |
| UNDERLINE | 4 | Underlined text. |
FontStyle.BOLD
Type: int
Value: 1
Bold text.
FontStyle.ITALIC
Type: int
Value: 2
Italic text.
FontStyle.REGULAR
Type: int
Value: 0
Normal text.
FontStyle.STRIKEOUT
Type: int
Value: 8
Text with a line through the middle.
FontStyle.UNDERLINE
Type: int
Value: 4
Underlined text.