Home
last modified time | relevance | path

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

/AOO41X/main/sdext/source/pdfimport/xpdfwrapper/
H A Dpdfioutdev_gpl.cxx385 int PDFOutDev::parseFont( long long nNewId, GfxFont* gfxFont, GfxState* state ) const in parseFont() argument
390 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 …]
H A Dpdfioutdev_gpl.hxx145 void writeFontFile( GfxFont* gfxFont ) const;