Searched refs:hfont (Results 1 – 1 of 1) sorted by relevance
487 HFONT hfont; member536 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()