Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/parser/
Dcpdf_document.h96 CPDF_Font* AddWindowsFont(LOGFONTA* pLogFont,
99 CPDF_Font* AddWindowsFont(LOGFONTW* pLogFont,
Dcpdf_document.cpp957 CPDF_Font* CPDF_Document::AddWindowsFont(LOGFONTW* pLogFont, in AddWindowsFont() function in CPDF_Document
968 return AddWindowsFont(&lfa, bVert, bTranslateName); in AddWindowsFont()
971 CPDF_Font* CPDF_Document::AddWindowsFont(LOGFONTA* pLogFont, in AddWindowsFont() function in CPDF_Document
/external/pdfium/core/fpdfdoc/
Dcpdf_interform.cpp776 return pDocument->AddWindowsFont(&lf, false, true); in AddNativeFont()