Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-coretext.cc971 CFStringRef font_ps_name = CTFontCopyName (face_data->ct_font, kCTFontPostScriptNameKey); in _hb_coretext_shape() local
973 CFComparisonResult result = CFStringCompare (run_ps_name, font_ps_name, 0); in _hb_coretext_shape()
975 CFRelease (font_ps_name); in _hb_coretext_shape()