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 = 1Bold text.
BoldItalic = Bold | ItalicBold and italic text.
Italic = 2Italic text.
Regular = 0Normal text.
Strikeout = 8Text with a line through the middle.
Underline = 4Underlined text.