Searched refs:m_BaseFont (Results 1 – 5 of 5) sorted by relevance
130 if (m_BaseFont.GetLength() > 8 && m_BaseFont[7] == '+') in LoadCommon()131 m_BaseFont = m_BaseFont.Mid(8); in LoadCommon()186 m_Font.LoadSubst(m_BaseFont, IsTrueTypeFont(), m_Flags, in LoadSubstFont()
335 m_BaseFont = pCIDFontDict->GetStringFor("BaseFont"); in Load()336 if ((m_BaseFont.Compare("CourierStd") == 0 || in Load()337 m_BaseFont.Compare("CourierStd-Bold") == 0 || in Load()338 m_BaseFont.Compare("CourierStd-BoldOblique") == 0 || in Load()339 m_BaseFont.Compare("CourierStd-Oblique") == 0) && in Load()766 m_Font.LoadSubst(m_BaseFont, !m_bType1, m_Flags, in LoadSubstFont()823 m_BaseFont = m_pFontDict->GetStringFor("BaseFont"); in LoadGB2312()
63 const CFX_ByteString& GetBaseFont() const { return m_BaseFont; } in GetBaseFont()103 CFX_ByteString m_BaseFont; variable
340 pFont->m_BaseFont = pFontDict->GetStringFor("BaseFont"); in Create()360 if (m_BaseFont == "Symbol") { in LoadPDFEncoding()373 if ((m_Flags & FXFONT_SYMBOLIC) && m_BaseFont == "Symbol") { in LoadPDFEncoding()
81 m_Base14Font = PDF_GetStandardFontName(&m_BaseFont); in Load()