Searched refs:IsTTFont (Results 1 – 5 of 5) sorted by relevance
96 bool IsTTFont() const;
393 bool CFX_Font::IsTTFont() const { in IsTTFont() function in CFX_Font549 if (IsTTFont()) in GetBaseFontName()552 facename += (IsTTFont() ? "," : " ") + style; in GetBaseFontName()
222 LoadPDFEncoding(!!m_pFontFile, m_Font.IsTTFont()); in LoadCommon()
143 if (!IsEmbedded() && !IsSymbolicFont() && m_Font.IsTTFont()) { in LoadGlyphMap()
212 if (nChars < 1 || !pFont || !pFont->IsEmbedded() || !pFont->IsTTFont()) in DrawDeviceText()627 if (nChars < 1 || !pFont || !pFont->IsEmbedded() || !pFont->IsTTFont()) in DrawDeviceText()