Home | History | Annotate | Download | only in src

Lines Matching full:ct_font

143   CTFontRef ct_font = CTFontCreateWithGraphicsFont (cg_font, font_size, NULL, NULL);
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");
202 return ct_font;
207 CTFontRef ct_font;
232 data->ct_font = create_ct_font (data->cg_font, 36.);
233 if (unlikely (!data->ct_font))
247 CFRelease (data->ct_font);
309 return face_data->ct_font;
543 CGFloat ct_font_size = CTFontGetSize (face_data->ct_font);
677 range->font = CTFontCreateCopyWithAttributes (face_data->ct_font, 0.0, NULL, font_desc);
834 kCTFontAttributeName, face_data->ct_font);
927 if (!CFEqual (run_ct_font, face_data->ct_font))
971 CFStringRef font_ps_name = CTFontCopyName (face_data->ct_font, kCTFontPostScriptNameKey);