Searched refs:enumlf (Results 1 – 2 of 2) sorted by relevance
/reactos/modules/rostests/winetests/comctl32/ |
H A D | status.c | 116 static int CALLBACK check_height_font_enumproc(ENUMLOGFONTEXA *enumlf, NEWTEXTMETRICEXA *ntm, DWORD… in check_height_font_enumproc() argument 124 LPSTR facename = (CHAR *)enumlf->elfFullName; in check_height_font_enumproc() 128 facename = enumlf->elfLogFont.lfFaceName; in check_height_font_enumproc() 138 enumlf->elfLogFont.lfHeight = sizes[i]; in check_height_font_enumproc() 139 hFont = CreateFontIndirectA(&enumlf->elfLogFont); in check_height_font_enumproc() 159 static int CALLBACK check_height_family_enumproc(ENUMLOGFONTEXA *enumlf, NEWTEXTMETRICEXA *ntm, DWO… in check_height_family_enumproc() argument 162 enumlf->elfLogFont.lfHeight = 0; in check_height_family_enumproc() 163 …EnumFontFamiliesExA(hdc, &enumlf->elfLogFont, (FONTENUMPROCA)check_height_font_enumproc, lParam, 0… in check_height_family_enumproc()
|
/reactos/dll/win32/comdlg32/ |
H A D | fontdlg.c | 984 LOGFONTW enumlf; in CFn_WMCommand() local 986 (LPARAM)enumlf.lfFaceName); in CFn_WMCommand() 987 TRACE("WM_COMMAND/cmb1 =>%s\n", debugstr_w(enumlf.lfFaceName)); in CFn_WMCommand() 991 enumlf.lfCharSet = DEFAULT_CHARSET; /* enum all charsets */ in CFn_WMCommand() 992 enumlf.lfPitchAndFamily = 0; in CFn_WMCommand() 993 EnumFontFamiliesExW(hdc, &enumlf, in CFn_WMCommand()
|