Searched refs:GetType3Font (Results 1 – 3 of 3) sorted by relevance
1160 if (pFont && pFont->GetType3Font()) { in FindFont()1161 pFont->GetType3Font()->SetPageResources(m_pResources); in FindFont()1162 pFont->GetType3Font()->CheckType3FontMetrics(); in FindFont()
135 CPDF_Type3Font* GetType3Font() const { in GetType3Font() function
353 CPDF_Type3Font* pType3Font = textobj->m_TextState.GetFont()->GetType3Font(); in ProcessType3Text()