Home | History | Annotate | Download | only in src

Lines Matching defs:font_desc

550 	  CTFontDescriptorRef font_desc = CTFontDescriptorCreateWithAttributes (attributes);
553 range->font = CTFontCreateCopyWithAttributes (font_data->ct_font, 0.0, NULL, font_desc);
555 CFRelease (font_desc);