Table of Contents

Enum PdfFontFlags

Namespace
nebulae.dotPDFium.Native
Assembly
dotPDFium.dll

Specifies font characteristics and attributes for a PDF font.

[Flags]
public enum PdfFontFlags

Fields

AllCap = 65536
FixedPitch = 1
ForceBold = 262144
Italic = 64
None = 0
Nonsymbolic = 32
Script = 8
Serif = 2
SmallCap = 131072
Symbolic = 4

Remarks

This enumeration uses the FlagsAttribute to allow a bitwise combination of its member values. Each flag represents a specific font attribute, such as whether the font is italic, symbolic, or serif.