PdfFontStyle Enumeration

Represents font style flags used in text rendering

Definition

Namespace: EvoPdf.Next
Assembly: EvoPdf.Next (in EvoPdf.Next.dll) Version: 14.10.0
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