FontStyle
FontStyle enumeration
FontStyle classification
public enum FontStyle
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. |
See Also
- assembly Aspose.BarCode