Searched refs:lpszFace (Results 1 – 1 of 1) sorted by relevance
1858 LPCSTR lpszFace in CreateFontA() argument1865 RtlInitAnsiString(&StringA, (LPSTR)lpszFace); in CreateFontA()1908 LPCWSTR lpszFace in CreateFontW() argument1927 if (NULL != lpszFace) in CreateFontW()1930 wcsncpy((wchar_t *)logfont.lfFaceName, lpszFace, Size - 1); in CreateFontW()