Searched refs:m_pFontDict (Results 1 – 7 of 7) sorted by relevance
45 m_pFontResources = m_pFontDict->GetDictFor("Resources"); in Load()46 CPDF_Array* pMatrix = m_pFontDict->GetArrayFor("FontMatrix"); in Load()55 CPDF_Array* pBBox = m_pFontDict->GetArrayFor("FontBBox"); in Load()65 int StartChar = m_pFontDict->GetIntegerFor("FirstChar"); in Load()67 CPDF_Array* pWidthArray = m_pFontDict->GetArrayFor("Widths"); in Load()78 m_pCharProcs = m_pFontDict->GetDictFor("CharProcs"); in Load()79 CPDF_Object* pEncoding = m_pFontDict->GetDirectObjectFor("Encoding"); in Load()
107 CPDF_Dictionary* pFontDesc = m_pFontDict->GetDictFor("FontDescriptor"); in LoadCommon()111 CPDF_Array* pWidthArray = m_pFontDict->GetArrayFor("Widths"); in LoadCommon()120 size_t width_start = m_pFontDict->GetIntegerFor("FirstChar", 0); in LoadCommon()121 size_t width_end = m_pFontDict->GetIntegerFor("LastChar", 0); in LoadCommon()139 CPDF_Object* pEncoding = m_pFontDict->GetDirectObjectFor("Encoding"); in LoadCommon()
70 CPDF_Dictionary* GetFontDict() const { return m_pFontDict; } in GetFontDict()116 CPDF_Dictionary* m_pFontDict; variable
70 int nStartChar = m_pFontDict->GetIntegerFor("FirstChar"); in LoadGlyphMap()94 bool bToUnicode = m_pFontDict->KeyExist("ToUnicode"); in LoadGlyphMap()
336 if (m_pFontDict->GetStringFor("Subtype") == "TrueType") { in Load()341 CPDF_Array* pFonts = m_pFontDict->GetArrayFor("DescendantFonts"); in Load()361 CPDF_Object* pEncoding = m_pFontDict->GetDirectObjectFor("Encoding"); in Load()843 m_BaseFont = m_pFontDict->GetStringFor("BaseFont"); in LoadGB2312()844 CPDF_Dictionary* pFontDesc = m_pFontDict->GetDictFor("FontDescriptor"); in LoadGB2312()
55 m_pFontDict(nullptr), in CPDF_Font()280 CPDF_Stream* pStream = m_pFontDict->GetStreamFor("ToUnicode"); in LoadUnicodeMap()343 pFont->m_pFontDict = pFontDict; in Create()
80 CPDF_Dictionary* pFontDesc = m_pFontDict->GetDictFor("FontDescriptor"); in Load()