Searched refs:lfex (Results 1 – 1 of 1) sorted by relevance
5010 ENUMLOGFONTEXDVA lfex; in test_CreateFontIndirectEx() local5030 memset(&lfex, 0, sizeof(lfex)); in test_CreateFontIndirectEx()5031 lstrcpyA(lfex.elfEnumLogfontEx.elfLogFont.lfFaceName, "Arial"); in test_CreateFontIndirectEx()5032 hfont = pCreateFontIndirectExA(&lfex); in test_CreateFontIndirectEx()5035 check_font("Arial", &lfex.elfEnumLogfontEx.elfLogFont, hfont); in test_CreateFontIndirectEx()