Searched refs:m_pFontDict (Results 1 – 3 of 3) sorted by relevance
327 CPDF_Stream* pStream = m_pFontDict->GetStream("ToUnicode"); in LoadUnicodeMap()404 pFont->m_pFontDict = pFontDict; in CreateFontF()423 pFont->m_pFontDict = pFontDict; in CreateFontF()432 if (!m_pFontDict) { in Load()435 CFX_ByteString type = m_pFontDict->GetString("Subtype"); in Load()436 m_BaseFont = m_pFontDict->GetString("BaseFont"); in Load()862 CPDF_Dictionary* pFontDesc = m_pFontDict->GetDict("FontDescriptor"); in LoadCommon()866 CPDF_Array* pWidthArray = m_pFontDict->GetArray("Widths"); in LoadCommon()877 width_start = m_pFontDict->GetInteger("FirstChar", 0); in LoadCommon()878 width_end = m_pFontDict->GetInteger("LastChar", 0); in LoadCommon()[all …]
1156 if (m_pFontDict->GetString("Subtype") == "TrueType") { in _Load()1159 CPDF_Array* pFonts = m_pFontDict->GetArray("DescendantFonts"); in _Load()1182 CPDF_Object* pEncoding = m_pFontDict->GetElementValue("Encoding"); in _Load()1690 m_BaseFont = m_pFontDict->GetString("BaseFont"); in LoadGB2312()1691 CPDF_Dictionary* pFontDesc = m_pFontDict->GetDict("FontDescriptor"); in LoadGB2312()
147 CPDF_Dictionary* GetFontDict() const { return m_pFontDict; } in GetFontDict()247 CPDF_Dictionary* m_pFontDict; variable