Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx4091 FontSubsetInfo aSubsetInfo; in emitFonts() local
4092 …ics->CreateFontSubset( aTmpName, it->first, aGlyphIds, pEncoding, pWidths, nGlyphs, aSubsetInfo ) ) in emitFonts()
4121 if( aSubsetInfo.m_nFontType == FontSubsetInfo::SFNT_TTF ) in emitFonts()
4143 else if( (aSubsetInfo.m_nFontType & FontSubsetInfo::CFF_FONT) != 0 ) in emitFonts()
4148 … else if( (aSubsetInfo.m_nFontType & FontSubsetInfo::TYPE1_PFB) != 0 ) // TODO: also support PFA? in emitFonts()
4181 …( stderr, "PDF: CreateFontSubset result in not yet supported format=%d\n",aSubsetInfo.m_nFontType); in emitFonts()
4207 …sal_Int32 nFontDescriptor = emitFontDescriptor( it->first, aSubsetInfo, lit->m_nFontID, nFontStrea… in emitFonts()
4218 aLine.append( ((aSubsetInfo.m_nFontType & FontSubsetInfo::ANY_TYPE1) != 0) ? in emitFonts()
4221 appendSubsetName( lit->m_nFontID, aSubsetInfo.m_aPSName, aLine ); in emitFonts()

Completed in 61 milliseconds