Skip to main content

Module system_font_loader

Module system_font_loader 

Source
Expand description

System font loading: TTF/OTF → PostScript font dictionaries.

Loads TrueType (.ttf) and OpenType (.otf) fonts from the filesystem, constructing Type 42 font dicts (for TrueType outlines) or delegating to the CFF parser (for CFF outlines).

Functions§

is_cff_font
Detect whether a font file contains TrueType or CFF outlines.
load_binary_font
Load a binary font file (TTF or OTF), auto-detecting the format.
load_otf_cff
Load an OTF file with CFF outlines.
load_ttf
Load a TrueType font and register it as a Type 42 PostScript font.
load_ttf_from_data
Load a TrueType font from raw data and register as Type 42.