PdfFontStyle Enumeration

Represents font style flags used in text rendering

Definition

Namespace: HiQPdf.Next
Assembly: HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.9.2
C#
[FlagsAttribute]
public enum PdfFontStyle

Members

Normal0 The default font style
Bold1 Bold text
Italic2 Italic text
Underline4 Underlined text
Strikeout8 Text with a horizontal line through the middle

See Also