Skip to content

FontFlags

@scaryterry/pdfium


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

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:759
FixedPitch1Font contains glyphs of fixed width.src/core/types.ts:747
ForceBold262144Font rendering simulates bold appearance.src/core/types.ts:763
Italic64Font contains oblique or slanted glyphs.src/core/types.ts:757
Nonsymbolic32Font uses a character set based on ISO Latin character set.src/core/types.ts:755
Script8Font has glyphs resembling cursive handwriting.src/core/types.ts:753
Serif2Font has serifs.src/core/types.ts:749
SmallCap131072Font contains lowercase letters rendered as smaller capitals.src/core/types.ts:761
Symbolic4Font uses the Adobe standard Latin character set or a subset.src/core/types.ts:751