Searched refs:dlgFontSize (Results 1 – 1 of 1) sorted by relevance
7563 DWORD dlgFontSize; in get_dialog_font_metrics() local7600 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()