Searched refs:m_BaseFont (Results 1 – 5 of 5) sorted by relevance
132 if (m_BaseFont.GetLength() > 8 && m_BaseFont[7] == '+') in LoadCommon()133 m_BaseFont = m_BaseFont.Right(m_BaseFont.GetLength() - 8); in LoadCommon()188 m_Font.LoadSubst(m_BaseFont, IsTrueTypeFont(), m_Flags, in LoadSubstFont()
349 m_BaseFont = pCIDFontDict->GetStringFor("BaseFont"); in Load()350 if ((m_BaseFont.Compare("CourierStd") == 0 || in Load()351 m_BaseFont.Compare("CourierStd-Bold") == 0 || in Load()352 m_BaseFont.Compare("CourierStd-BoldOblique") == 0 || in Load()353 m_BaseFont.Compare("CourierStd-Oblique") == 0) && in Load()781 m_Font.LoadSubst(m_BaseFont, !m_bType1, m_Flags, in LoadSubstFont()843 m_BaseFont = m_pFontDict->GetStringFor("BaseFont"); in LoadGB2312()
67 const ByteString& GetBaseFont() const { return m_BaseFont; } in GetBaseFont()114 ByteString m_BaseFont; variable
345 pFont->m_BaseFont = pFontDict->GetStringFor("BaseFont"); in Create()365 if (m_BaseFont == "Symbol") { in LoadPDFEncoding()378 if (FontStyleIsSymbolic(m_Flags) && m_BaseFont == "Symbol") { in LoadPDFEncoding()
78 m_Base14Font = PDF_GetStandardFontName(&m_BaseFont); in Load()