Searched refs:GetFontFallback (Results 1 – 5 of 5) sorted by relevance
88 CFX_Font* GetFontFallback(int position);
478 CFX_Font* CPDF_Font::GetFontFallback(int position) { in GetFontFallback() function in CPDF_Font
55 pCurrentFont = pFont->GetFontFallback(charpos.m_FallbackFontPosition); in Load()
21 return position == -1 ? pFont->GetFont() : pFont->GetFontFallback(position); in GetFont()
2041 : pFont->GetFontFallback(charpos.m_FallbackFontPosition); in DrawTextPathWithPattern()