Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-uniscribe.cc487 HFONT hfont; member
536 data->hfont = CreateFontIndirectW (&data->log_font); in _hb_uniscribe_shaper_font_data_create()
537 if (unlikely (!data->hfont)) { in _hb_uniscribe_shaper_font_data_create()
543 if (!SelectObject (data->hdc, data->hfont)) { in _hb_uniscribe_shaper_font_data_create()
557 if (data->hfont) in _hb_uniscribe_shaper_font_data_destroy()
558 DeleteObject (data->hfont); in _hb_uniscribe_shaper_font_data_destroy()
577 return font_data->hfont; in hb_uniscribe_font_get_hfont()