Home | History | Annotate | Download | only in src

Lines Matching refs:font_desc

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