Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_w32.c7563 DWORD dlgFontSize; in get_dialog_font_metrics() local
7600 dlgFontSize = GetDialogBaseUnits(); // fall back to big old system in get_dialog_font_metrics()
7601 s_dlgfntwidth = LOWORD(dlgFontSize); in get_dialog_font_metrics()
7602 s_dlgfntheight = HIWORD(dlgFontSize); in get_dialog_font_metrics()