FontFlags
Namespace: Datalogics::PDFL
Description
Bit masks describing font characteristics from the font descriptor.
These flags are defined in the PDF specification and provide information about the visual style of the font.
Values
- FixedWidth
All glyphs have the same width (monospaced font).
- Serif
Glyphs have serifs (short strokes at the ends of main strokes).
- Symbolic
Font uses a custom (non-standard) character set or encoding.
- Script
Glyphs resemble cursive handwriting.
- Standard
Font uses the Adobe standard Latin character set or a subset of it.
- Italic
Dominant vertical strokes of the font are slanted (italic style).
- AllCap
Font contains no lowercase letters; lowercase input is mapped to uppercase glyphs.
- SmallCap
Font contains both uppercase and small-capital glyphs for lowercase letters.
- ForceBold
Bold glyphs are drawn with extra stroke width at small pixel sizes.