Searched refs:gfxFont (Results 1 – 2 of 2) sorted by relevance
385 int PDFOutDev::parseFont( long long nNewId, GfxFont* gfxFont, GfxState* state ) const in parseFont() argument390 GooString* pFamily = gfxFont->getName(); in parseFont()392 pFamily = gfxFont->getOrigName(); in parseFont()396 aNewFont.familyName.append( gfxFont->getName() ); in parseFont()404 aNewFont.isBold = gfxFont->isBold(); in parseFont()405 aNewFont.isItalic = gfxFont->isItalic(); in parseFont()409 if( gfxFont->getType() == fontTrueType || gfxFont->getType() == fontType1 ) in parseFont()413 char* pBuf = gfxFont->readEmbFontFile( m_pDoc->getXRef(), &nSize ); in parseFont()422 void PDFOutDev::writeFontFile( GfxFont* gfxFont ) const in writeFontFile()424 if( gfxFont->getType() != fontTrueType && gfxFont->getType() != fontType1 ) in writeFontFile()[all …]
145 void writeFontFile( GfxFont* gfxFont ) const;