Searched refs:pCIDFontDict (Results 1 – 1 of 1) sorted by relevance
336 const CPDF_Dictionary* pCIDFontDict = pFonts->GetDictAt(0); in Load() local337 if (!pCIDFontDict) in Load()340 m_BaseFontName = pCIDFontDict->GetStringFor("BaseFont"); in Load()353 ByteString subtype = pCIDFontDict->GetStringFor("Subtype"); in Load()369 const CPDF_Dictionary* pFontDesc = pCIDFontDict->GetDictFor("FontDescriptor"); in Load()375 const CPDF_Dictionary* pCIDInfo = pCIDFontDict->GetDictFor("CIDSystemInfo"); in Load()390 m_DefaultWidth = pCIDFontDict->GetIntegerFor("DW", 1000); in Load()391 const CPDF_Array* pWidthArray = pCIDFontDict->GetArrayFor("W"); in Load()397 const CPDF_Object* pmap = pCIDFontDict->GetDirectObjectFor("CIDToGIDMap"); in Load()409 pWidthArray = pCIDFontDict->GetArrayFor("W2"); in Load()[all …]