Searched refs:pPDFFont (Results 1 – 7 of 7) sorted by relevance
38 RetainPtr<CPDF_Font> pPDFFont = in GetAnnotSysPDFFont() local40 if (!pPDFFont) in GetAnnotSysPDFFont()47 pPDFFont->GetFontDict()->GetObjNum()); in GetAnnotSysPDFFont()49 return pPDFFont; in GetAnnotSysPDFFont()
43 RetainPtr<CPDF_Font> pPDFFont = m_pFontMap->GetPDFFont(nFontIndex); in GetCharWidth() local44 if (!pPDFFont) in GetCharWidth()47 uint32_t charcode = pPDFFont->CharCodeFromUnicode(word); in GetCharWidth()51 return pPDFFont->GetCharWidthF(charcode); in GetCharWidth()55 RetainPtr<CPDF_Font> pPDFFont = m_pFontMap->GetPDFFont(nFontIndex); in GetTypeAscent() local56 return pPDFFont ? pPDFFont->GetTypeAscent() : 0; in GetTypeAscent()60 RetainPtr<CPDF_Font> pPDFFont = m_pFontMap->GetPDFFont(nFontIndex); in GetTypeDescent() local61 return pPDFFont ? pPDFFont->GetTypeDescent() : 0; in GetTypeDescent()
62 RetainPtr<CPDF_Font> pPDFFont = pFontMap->GetPDFFont(nFontIndex); in GetPDFWordString() local63 if (!pPDFFont) in GetPDFWordString()66 if (pPDFFont->GetBaseFontName().Compare("Symbol") == 0 || in GetPDFWordString()67 pPDFFont->GetBaseFontName().Compare("ZapfDingbats") == 0) { in GetPDFWordString()72 uint32_t dwCharCode = pPDFFont->CharCodeFromUnicode(Word); in GetPDFWordString()74 pPDFFont->AppendChar(&sWord, dwCharCode); in GetPDFWordString()
67 RetainPtr<CPDF_Font> pPDFFont = pData->GetFont(pFontDict); in FindFont() local68 if (!pPDFFont || !pPDFFont->IsEmbedded()) in FindFont()71 return CFGAS_GEFont::LoadFont(pPDFFont, m_pFontMgr.Get()); in FindFont()
41 const RetainPtr<CPDF_Font>& pPDFFont, in LoadFont() argument44 if (!pFont->LoadFontInternal(pPDFFont)) in LoadFont()100 bool CFGAS_GEFont::LoadFontInternal(const RetainPtr<CPDF_Font>& pPDFFont) { in LoadFontInternal() argument101 CFX_Font* pExternalFont = pPDFFont->GetFont(); in LoadFontInternal()109 m_pPDFFont = pPDFFont; // Keep pPDFFont alive for the duration. in LoadFontInternal()
37 static RetainPtr<CFGAS_GEFont> LoadFont(const RetainPtr<CPDF_Font>& pPDFFont,74 bool LoadFontInternal(const RetainPtr<CPDF_Font>& pPDFFont);
115 RetainPtr<CPDF_Font> pPDFFont = m_pFontMap->GetPDFFont(nFontIndex); in GetCharWidth() local116 if (!pPDFFont) in GetCharWidth()119 uint32_t charcode = pPDFFont->IsUnicodeCompatible() in GetCharWidth()120 ? pPDFFont->CharCodeFromUnicode(word) in GetCharWidth()126 return pPDFFont->GetCharWidthF(charcode); in GetCharWidth()130 RetainPtr<CPDF_Font> pPDFFont = m_pFontMap->GetPDFFont(nFontIndex); in GetTypeAscent() local131 return pPDFFont ? pPDFFont->GetTypeAscent() : 0; in GetTypeAscent()135 RetainPtr<CPDF_Font> pPDFFont = m_pFontMap->GetPDFFont(nFontIndex); in GetTypeDescent() local136 return pPDFFont ? pPDFFont->GetTypeDescent() : 0; in GetTypeDescent()1877 RetainPtr<CPDF_Font> pPDFFont = pFontMap->GetPDFFont(nFontIndex); in GetPDFWordString() local[all …]