Searched refs:hFontSm (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/comctl32/ |
H A D | status.c | 171 HFONT hFont, hFontSm; in test_height() local 220 hFontSm = CreateFontA(9, 0, 0, 0, FW_DONTCARE, FALSE, FALSE, FALSE, ANSI_CHARSET, in test_height() 222 SendMessageA(hwndStatus, WM_SETFONT, (WPARAM)hFontSm, TRUE); in test_height() 248 DeleteObject(hFontSm); in test_height()
|