Searched refs:pszFaceName (Results 1 – 3 of 3) sorted by relevance
290 IN LPCWSTR pszFaceName, in AddFontToList() argument296 if (SendMessageW(hWndList, LB_FINDSTRINGEXACT, 0, (LPARAM)pszFaceName) != LB_ERR) in AddFontToList()300 iItem = (INT)SendMessageW(hWndList, LB_ADDSTRING, 0, (LPARAM)pszFaceName); in AddFontToList()303 DPRINT1("Failed to add font '%S'\n", pszFaceName); in AddFontToList()307 DPRINT1("Add font '%S'\n", pszFaceName); in AddFontToList()
213 PCHAR pszFaceName; member
333 PCHAR pDesc = pfile->aface[0].pszFaceName; in BmfdQueryFontFile()