Lines Matching refs:FontSubsetInfo
3122 FontSubsetInfo aInfo; in emitSystemFont()
3303 FontSubsetInfo aInfo; in emitEmbeddedFont()
3312 if( (aInfo.m_nFontType & FontSubsetInfo::ANY_TYPE1) == 0 ) in emitEmbeddedFont()
3946 sal_Int32 PDFWriterImpl::emitFontDescriptor( const ImplFontData* pFont, FontSubsetInfo& rInfo, sal_… in emitFontDescriptor()
4005 case FontSubsetInfo::SFNT_TTF: in emitFontDescriptor()
4008 case FontSubsetInfo::TYPE1_PFA: in emitFontDescriptor()
4009 case FontSubsetInfo::TYPE1_PFB: in emitFontDescriptor()
4010 case FontSubsetInfo::ANY_TYPE1: in emitFontDescriptor()
4091 FontSubsetInfo 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()
4218 aLine.append( ((aSubsetInfo.m_nFontType & FontSubsetInfo::ANY_TYPE1) != 0) ? in emitFonts()