Table of Contents

Enum FontDescriptorFlags

Namespace
UglyToad.PdfPig.PdfFonts
Assembly
UglyToad.PdfPig.dll

Specifies various characteristics of a font.

[Flags]
public enum FontDescriptorFlags

Fields

AllCap = 65536

Font contains only uppercase letters.

FixedPitch = 1

All glyphs have the same width.

ForceBold = 262144

Forces small bold text to be rendered bold.

Italic = 64

Font is italic.

NonSymbolic = 32

Font uses a (sub)set of the Adobe standard Latin set.

None = 0

No flags are set.

Script = 8

The glyphs resemble cursive handwriting.

Serif = 2

Glyphs have serifs.

SmallCap = 131072

Lowercase letters are smaller versions of the uppercase equivalent.

Symbolic = 4

There are glyphs outside the Adobe standard Latin set.