Home
last modified time | relevance | path

Searched refs:gfxFont (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sdext/source/pdfimport/xpdfwrapper/
H A Dpdfioutdev_gpl.cxx389 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() local
640 if( gfxFont ) in updateFont()
645 Ref* pID = gfxFont->getID(); in updateFont()
[all …]
H A Dpdfioutdev_gpl.hxx140 void writeFontFile( GfxFont* gfxFont ) const;

Completed in 18 milliseconds