Enum XFontStyleEx
Specifies style information applied to text. Note that this enum was named XFontStyle in PDFsharp versions prior to 6.0.
[Flags]
public enum XFontStyleEx
Fields
Bold = 1
Bold text.
BoldItalic = Bold | Italic
Bold and italic text.
Italic = 2
Italic text.
Regular = 0
Normal text.
Strikeout = 8
Text with a line through the middle.
Underline = 4
Underlined text.