Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_w32.c7562 HFONT hfontTools = 0; in get_dialog_font_metrics() local
7573 hfontTools = CreateFontIndirectW(&lfSysmenu); in get_dialog_font_metrics()
7576 hfontTools = CreateFont(-DLG_FONT_POINT_SIZE, 0, 0, 0, 0, 0, 0, 0, in get_dialog_font_metrics()
7579 if (hfontTools) in get_dialog_font_metrics()
7582 SelectObject(hdc, hfontTools); in get_dialog_font_metrics()