Searched refs:AddWindowsFont (Results 1 – 3 of 3) sorted by relevance
95 CPDF_Font* AddWindowsFont(LOGFONTA* pLogFont,98 CPDF_Font* AddWindowsFont(LOGFONTW* pLogFont,
957 CPDF_Font* CPDF_Document::AddWindowsFont(LOGFONTW* pLogFont, in AddWindowsFont() function in CPDF_Document967 return AddWindowsFont(&lfa, bVert, bTranslateName); in AddWindowsFont()970 CPDF_Font* CPDF_Document::AddWindowsFont(LOGFONTA* pLogFont, in AddWindowsFont() function in CPDF_Document
807 return pDocument->AddWindowsFont(&lf, false, true); in AddNativeFont()