Searched refs:lfFind (Results 1 – 1 of 1) sorted by relevance
193 LOGFONTW lfFind; in EnumGdiFonts() local194 memset(&lfFind, 0, sizeof(lfFind)); in EnumGdiFonts()195 lfFind.lfCharSet = DEFAULT_CHARSET; in EnumGdiFonts()197 FXSYS_wcsncpy(lfFind.lfFaceName, pwsFaceName, 31); in EnumGdiFonts()198 lfFind.lfFaceName[31] = 0; in EnumGdiFonts()200 EnumFontFamiliesExW(hDC, (LPLOGFONTW)&lfFind, (FONTENUMPROCW)GdiFontEnumProc, in EnumGdiFonts()