Searched refs:gfxFont (Results 1 – 2 of 2) sorted by relevance
390 GooString* pFamily = gfxFont->getName(); in parseFont()392 pFamily = gfxFont->getOrigName(); 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()422 void PDFOutDev::writeFontFile( GfxFont* gfxFont ) const in writeFontFile()424 if( gfxFont->getType() != fontTrueType && gfxFont->getType() != fontType1 ) in writeFontFile()642 GfxFont *gfxFont = state->getFont(); in updateFont() local643 if( gfxFont ) in updateFont()648 Ref* pID = gfxFont->getID(); in updateFont()[all …]
145 void writeFontFile( GfxFont* gfxFont ) const;
Completed in 34 milliseconds