PDFsharp-net6

XFontStyleEx

Namespace: PdfSharp.Drawing

Specifies style information applied to text.

public enum XFontStyleEx

Inheritance ObjectValueTypeEnumXFontStyleEx
Implements IComparable, IFormattable, IConvertible

Fields

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.