Searched refs:m_nFontType (Results 1 – 10 of 10) sorted by relevance
72 FontType m_nFontType; // font-type of subset result member in FontSubsetInfo
38 , m_nFontType( FontSubsetInfo::NO_FONT) in FontSubsetInfo()
2427 rFSInfo.m_nFontType = rEmitter.mbPfbSubset ? FontSubsetInfo::TYPE1_PFB : FontSubsetInfo::TYPE1_PFA; in emitAsType1()
1164 rInfo.m_nFontType = FontSubsetInfo::SFNT_TTF; in DoGetEmbedFontData()1168 rInfo.m_nFontType = bPFA ? FontSubsetInfo::TYPE1_PFA : FontSubsetInfo::TYPE1_PFB; in DoGetEmbedFontData()
1058 rInfo.m_nFontType = FontSubsetInfo::SFNT_TTF; in DoGetEmbedFontData()1062 rInfo.m_nFontType = bPFA ? FontSubsetInfo::TYPE1_PFA : FontSubsetInfo::TYPE1_PFB; in DoGetEmbedFontData()
1579 rInfo.m_nFontType = FontSubsetInfo::SFNT_TTF; in CreateFontSubset()1672 rInfo.m_nFontType = FontSubsetInfo::ANY_TYPE1; in GetEmbedFontData()
2789 rInfo.m_nFontType = FontSubsetInfo::SFNT_TTF; in CreateFontSubset()2883 rInfo.m_nFontType = bPFA ? FontSubsetInfo::TYPE1_PFA : FontSubsetInfo::TYPE1_PFB; in GetEmbedFontData()
3312 if( (aInfo.m_nFontType & FontSubsetInfo::ANY_TYPE1) == 0 ) in emitEmbeddedFont()4003 switch( rInfo.m_nFontType ) in emitFontDescriptor()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()4218 aLine.append( ((aSubsetInfo.m_nFontType & FontSubsetInfo::ANY_TYPE1) != 0) ? in emitFonts()
3642 case psp::fonttype::TrueType: rInfo.m_nFontType = FontSubsetInfo::SFNT_TTF; break; in createFontSubset()3643 case psp::fonttype::Type1: rInfo.m_nFontType = FontSubsetInfo::ANY_TYPE1; break; in createFontSubset()
2093 rInfo.m_nFontType = FontSubsetInfo::SFNT_TTF; in CreateFontSubset()
Completed in 214 milliseconds