Home
last modified time | relevance | path

Searched refs:ct_font (Results 1 – 1 of 1) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-coretext.cc142 CTFontRef ct_font; member
168 data->ct_font = CTFontCreateWithGraphicsFont (face_data, font_size, NULL, NULL); in _hb_coretext_shaper_font_data_create()
169 if (unlikely (!data->ct_font)) { in _hb_coretext_shaper_font_data_create()
181 CFRelease (data->ct_font); in _hb_coretext_shaper_font_data_destroy()
210 return font_data->ct_font; in hb_coretext_font_get_ct_font()
574 range->font = CTFontCreateCopyWithAttributes (font_data->ct_font, 0.0, NULL, font_desc); in _hb_coretext_shape()
732 kCTFontAttributeName, font_data->ct_font); in _hb_coretext_shape()
809 if (!CFEqual (run_ct_font, font_data->ct_font)) in _hb_coretext_shape()
857 CFStringRef font_ps_name = CTFontCopyName (font_data->ct_font, kCTFontPostScriptNameKey); in _hb_coretext_shape()