Home
last modified time | relevance | path

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

/aoo4110/main/sdext/source/pdfimport/xpdfwrapper/
H A Dpdfioutdev_gpl.cxx390 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() local
643 if( gfxFont ) in updateFont()
648 Ref* pID = gfxFont->getID(); in updateFont()
[all …]
H A Dpdfioutdev_gpl.hxx145 void writeFontFile( GfxFont* gfxFont ) const;

Completed in 34 milliseconds