FontFlags
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 Members
Section titled “Enumeration Members”| Enumeration Member | Value | Description | Defined in |
|---|---|---|---|
AllCap | 65536 | Font contains no lowercase letters. | src/core/types.ts:759 |
FixedPitch | 1 | Font contains glyphs of fixed width. | src/core/types.ts:747 |
ForceBold | 262144 | Font rendering simulates bold appearance. | src/core/types.ts:763 |
Italic | 64 | Font contains oblique or slanted glyphs. | src/core/types.ts:757 |
Nonsymbolic | 32 | Font uses a character set based on ISO Latin character set. | src/core/types.ts:755 |
Script | 8 | Font has glyphs resembling cursive handwriting. | src/core/types.ts:753 |
Serif | 2 | Font has serifs. | src/core/types.ts:749 |
SmallCap | 131072 | Font contains lowercase letters rendered as smaller capitals. | src/core/types.ts:761 |
Symbolic | 4 | Font uses the Adobe standard Latin character set or a subset. | src/core/types.ts:751 |