HomeSort by relevance Sort by last modified time
    Searched full:ct_font (Results 1 - 1 of 1) sorted by null

  /external/harfbuzz_ng/src/
hb-coretext.cc 143 CTFontRef ct_font = CTFontCreateWithGraphicsFont (cg_font, font_size, NULL, NULL); local
144 if (unlikely (!ct_font)) {
157 CFStringRef fontName = CTFontCopyPostScriptName (ct_font);
161 return ct_font;
164 CFURLRef original_url = (CFURLRef)CTFontCopyAttribute(ct_font, kCTFontURLAttribute);
170 CTFontRef new_ct_font = CTFontCreateCopyWithAttributes (ct_font, 0.0, NULL, last_resort_font_desc);
187 CFRelease (ct_font);
188 ct_font = new_ct_font;
191 DEBUG_MSG (CORETEXT, ct_font, "Discarding reconfigured CTFont, location changed.");
197 DEBUG_MSG (CORETEXT, ct_font, "Font copy with empty cascade list failed")
207 CTFontRef ct_font; member in struct:hb_coretext_shaper_face_data_t
    [all...]

Completed in 2206 milliseconds