Searched refs:hfont (Results 1 – 3 of 3) sorted by relevance
68 hb_gdi_face_create (HFONT hfont) in hb_gdi_face_create() argument70 return hb_face_create_for_tables (_hb_gdi_reference_table, (void *) hfont, nullptr); in hb_gdi_face_create()
35 hb_gdi_face_create (HFONT hfont);
514 HFONT hfont; member558 data->hfont = CreateFontIndirectW (&data->log_font); in _hb_uniscribe_shaper_font_data_create()559 if (unlikely (!data->hfont)) { in _hb_uniscribe_shaper_font_data_create()565 if (!SelectObject (data->hdc, data->hfont)) { in _hb_uniscribe_shaper_font_data_create()579 if (data->hfont) in _hb_uniscribe_shaper_font_data_destroy()580 DeleteObject (data->hfont); in _hb_uniscribe_shaper_font_data_destroy()597 return data ? data->hfont : nullptr; in hb_uniscribe_font_get_hfont()