Searched refs:m_pFontDict (Results 1 – 3 of 3) sorted by relevance
365 CPDF_Stream* pStream = m_pFontDict->GetStream(FX_BSTRC("ToUnicode")); in LoadUnicodeMap()442 pFont->m_pFontDict = pFontDict; in CreateFontF()461 pFont->m_pFontDict = pFontDict; in CreateFontF()471 if (m_pFontDict == NULL) { in Load()474 CFX_ByteString type = m_pFontDict->GetString(FX_BSTRC("Subtype")); in Load()475 m_BaseFont = m_pFontDict->GetString(FX_BSTRC("BaseFont")); in Load()930 CPDF_Dictionary* pFontDesc = m_pFontDict->GetDict(FX_BSTRC("FontDescriptor")); in LoadCommon()934 CPDF_Array* pWidthArray = m_pFontDict->GetArray(FX_BSTRC("Widths")); in LoadCommon()945 width_start = m_pFontDict->GetInteger(FX_BSTRC("FirstChar"), 0); in LoadCommon()946 width_end = m_pFontDict->GetInteger(FX_BSTRC("LastChar"), 0); in LoadCommon()[all …]
883 if (m_pFontDict->GetString(FX_BSTRC("Subtype")) == FX_BSTRC("TrueType")) { in _Load()886 CPDF_Array* pFonts = m_pFontDict->GetArray(FX_BSTRC("DescendantFonts")); in _Load()907 CPDF_Object* pEncoding = m_pFontDict->GetElementValue(FX_BSTRC("Encoding")); in _Load()1401 m_BaseFont = m_pFontDict->GetString(FX_BSTRC("BaseFont")); in LoadGB2312()1402 CPDF_Dictionary* pFontDesc = m_pFontDict->GetDict(FX_BSTRC("FontDescriptor")); in LoadGB2312()
148 return m_pFontDict; in GetFontDict()283 CPDF_Dictionary* m_pFontDict; variable