Searched refs:RetrieveSpecificFont (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/core/fpdfdoc/ |
D | cpdf_interform.cpp | 344 bool RetrieveSpecificFont(LOGFONTA& lf) { in RetrieveSpecificFont() function 357 bool RetrieveSpecificFont(uint8_t charSet, in RetrieveSpecificFont() function 369 return RetrieveSpecificFont(lf); in RetrieveSpecificFont() 733 bRet = RetrieveSpecificFont(charSet, DEFAULT_PITCH | FF_DONTCARE, in GetNativeFont() 736 bRet = RetrieveSpecificFont(charSet, DEFAULT_PITCH | FF_DONTCARE, "SimSun", in GetNativeFont() 739 bRet = RetrieveSpecificFont(charSet, DEFAULT_PITCH | FF_DONTCARE, "MingLiU", in GetNativeFont() 743 bRet = RetrieveSpecificFont(charSet, DEFAULT_PITCH | FF_DONTCARE, in GetNativeFont() 747 bRet = RetrieveSpecificFont(charSet, DEFAULT_PITCH | FF_DONTCARE, in GetNativeFont() 752 RetrieveSpecificFont(charSet, DEFAULT_PITCH | FF_DONTCARE, nullptr, lf); in GetNativeFont()
|