Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-coretext.cc571 CTFontDescriptorRef font_desc = CTFontDescriptorCreateWithAttributes (attributes); in _hb_coretext_shape() local
574 range->font = CTFontCreateCopyWithAttributes (font_data->ct_font, 0.0, NULL, font_desc); in _hb_coretext_shape()
575 CFRelease (font_desc); in _hb_coretext_shape()