pub fn load_otf_cff(ctx: &mut Context, path: &Path) -> bool
Load an OTF file with CFF outlines.
Extracts the CFF table, parses it, and registers fonts via the CFF pipeline. Returns true on success.