Skip to main content

load_otf_cff

Function load_otf_cff 

Source
pub fn load_otf_cff(ctx: &mut Context, path: &Path) -> bool
Expand description

Load an OTF file with CFF outlines.

Extracts the CFF table, parses it, and registers fonts via the CFF pipeline. Returns true on success.