PdfFontStyle Enumeration

Represents font style flags used in PDF text rendering. Multiple styles can be combined using bitwise OR (e.g., Bold | Italic)

Definition

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

Members

Normal0 Normal text without additional styling
Bold1 Bold text
Italic2 Italicized (slanted) text
Underline4 Underlined text
Strikeout8 Text with a horizontal line through the middle (strikethrough)

See Also