Home | History | Annotate | Download | only in cff

Lines Matching defs:sfnt

111     SFNT_Service  sfnt = (SFNT_Service)face->sfnt;
117 if ( sfnt )
118 kerning->x = sfnt->get_kerning( face, left_glyph, right_glyph );
404 * service defined in SFNT module.
406 * Otherwise call the service function in the sfnt module.
426 FT_Module sfnt = FT_Get_Module( library, "sfnt" );
428 (FT_Service_TTCMaps)ft_module_get_service( sfnt,
752 FT_Module sfnt;
778 /* we pass our request to the `sfnt' module */
779 sfnt = FT_Get_Module( library, "sfnt" );
781 return sfnt ? sfnt->clazz->get_interface( sfnt, module_interface ) : 0;