Searched refs:AddWindowsFont (Results 1 – 3 of 3) sorted by relevance
96 CPDF_Font* AddWindowsFont(LOGFONTA* pLogFont,99 CPDF_Font* AddWindowsFont(LOGFONTW* pLogFont,
957 CPDF_Font* CPDF_Document::AddWindowsFont(LOGFONTW* pLogFont, in AddWindowsFont() function in CPDF_Document968 return AddWindowsFont(&lfa, bVert, bTranslateName); in AddWindowsFont()971 CPDF_Font* CPDF_Document::AddWindowsFont(LOGFONTA* pLogFont, in AddWindowsFont() function in CPDF_Document
776 return pDocument->AddWindowsFont(&lf, false, true); in AddNativeFont()