Home
last modified time | relevance | path

Searched refs:pszFaceName (Results 1 – 3 of 3) sorted by relevance

/reactos/dll/cpl/console/
H A Dfont.c290 IN LPCWSTR pszFaceName, in AddFontToList() argument
296 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()
/reactos/win32ss/drivers/font/bmfd/
H A Dbmfd.h213 PCHAR pszFaceName; member
H A Dfont.c333 PCHAR pDesc = pfile->aface[0].pszFaceName; in BmfdQueryFontFile()