FontStyle
FontStyle enum
Namespace: Aspose.Barcode.Generation
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 |
BOLD
Value: 1
Bold text
ITALIC
Value: 2
Italic text
REGULAR
Value: 0
Normal text
STRIKEOUT
Value: 8
Text with a line through the middle
UNDERLINE
Value: 4
Underlined text