Skip to content

FontFlags

@scaryterry/pdfium


Defined in: src/core/types.ts:755

Font descriptor flags.

These flags describe various characteristics of a font as defined in the PDF specification (Table 123 - Font descriptor flags).

Enumeration MemberValueDescriptionDefined in
AllCap65536Font contains no lowercase letters.src/core/types.ts:769
FixedPitch1Font contains glyphs of fixed width.src/core/types.ts:757
ForceBold262144Font rendering simulates bold appearance.src/core/types.ts:773
Italic64Font contains oblique or slanted glyphs.src/core/types.ts:767
Nonsymbolic32Font uses a character set based on ISO Latin character set.src/core/types.ts:765
Script8Font has glyphs resembling cursive handwriting.src/core/types.ts:763
Serif2Font has serifs.src/core/types.ts:759
SmallCap131072Font contains lowercase letters rendered as smaller capitals.src/core/types.ts:771
Symbolic4Font uses the Adobe standard Latin character set or a subset.src/core/types.ts:761