Namespace: PdfSharp.Drawing
Specifies style information applied to text.
public enum XFontStyleEx
Inheritance Object → ValueType → Enum → XFontStyleEx
Implements IComparable, IFormattable, IConvertible
| Name | Value | Description |
|---|---|---|
| Regular | 0 | Normal text. |
| Bold | 1 | Bold text. |
| Italic | 2 | Italic text. |
| BoldItalic | 3 | Bold and italic text. |
| Underline | 4 | Underlined text. |
| Strikeout | 8 | Text with a line through the middle. |