Searched refs:gfxFont (Results 1 – 2 of 2) sorted by relevance
389 GooString* pFamily = gfxFont->getName(); in parseFont()393 aNewFont.familyName.append( gfxFont->getName() ); in parseFont()401 aNewFont.isBold = gfxFont->isBold(); in parseFont()402 aNewFont.isItalic = gfxFont->isItalic(); in parseFont()406 if( gfxFont->getType() == fontTrueType || gfxFont->getType() == fontType1 ) in parseFont()419 void PDFOutDev::writeFontFile( GfxFont* gfxFont ) const in writeFontFile()421 if( gfxFont->getType() != fontTrueType && gfxFont->getType() != fontType1 ) in writeFontFile()639 GfxFont *gfxFont = state->getFont(); in updateFont() local640 if( gfxFont ) in updateFont()645 Ref* pID = gfxFont->getID(); in updateFont()[all …]
140 void writeFontFile( GfxFont* gfxFont ) const;
Completed in 17 milliseconds