Searched refs:cg_font (Results 1 – 2 of 2) sorted by relevance
49 CGFontRef cg_font; member75 data->cg_font = CGFontCreateWithDataProvider (provider); in _hb_coretext_shaper_face_data_create()78 if (unlikely (!data->cg_font)) { in _hb_coretext_shaper_face_data_create()90 CFRelease (data->cg_font); in _hb_coretext_shaper_face_data_destroy()99 return face_data->cg_font; in hb_coretext_face_get_cg_font()123 data->ct_font = CTFontCreateWithGraphicsFont (face_data->cg_font, font->y_scale, NULL, NULL); in _hb_coretext_shaper_font_data_create()