Searched refs:lfFind (Results 1 – 1 of 1) sorted by relevance
159 LOGFONTW lfFind; in EnumGdiFonts() local160 memset(&lfFind, 0, sizeof(lfFind)); in EnumGdiFonts()161 lfFind.lfCharSet = DEFAULT_CHARSET; in EnumGdiFonts()163 FXSYS_wcsncpy(lfFind.lfFaceName, pwsFaceName, 31); in EnumGdiFonts()164 lfFind.lfFaceName[31] = 0; in EnumGdiFonts()167 EnumFontFamiliesExW(hDC, (LPLOGFONTW)&lfFind, (FONTENUMPROCW)GdiFontEnumProc, in EnumGdiFonts()