Home
last modified time | relevance | path

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

/trunk/main/vcl/inc/
H A Dfontsubset.hxx72 FontType m_nFontType; // font-type of subset result member in FontSubsetInfo
/trunk/main/vcl/source/fontsubset/
H A Dfontsubset.cxx38 , m_nFontType( FontSubsetInfo::NO_FONT) in FontSubsetInfo()
H A Dcff.cxx2427 rFSInfo.m_nFontType = rEmitter.mbPfbSubset ? FontSubsetInfo::TYPE1_PFB : FontSubsetInfo::TYPE1_PFA; in emitAsType1()
/trunk/main/vcl/unx/generic/gdi/
H A Dpspgraphics.cxx1164 rInfo.m_nFontType = FontSubsetInfo::SFNT_TTF; in DoGetEmbedFontData()
1168 rInfo.m_nFontType = bPFA ? FontSubsetInfo::TYPE1_PFA : FontSubsetInfo::TYPE1_PFB; in DoGetEmbedFontData()
/trunk/main/vcl/unx/headless/
H A Dsvppspgraphics.cxx1058 rInfo.m_nFontType = FontSubsetInfo::SFNT_TTF; in DoGetEmbedFontData()
1062 rInfo.m_nFontType = bPFA ? FontSubsetInfo::TYPE1_PFA : FontSubsetInfo::TYPE1_PFB; in DoGetEmbedFontData()
/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi3.cxx1579 rInfo.m_nFontType = FontSubsetInfo::SFNT_TTF; in CreateFontSubset()
1672 rInfo.m_nFontType = FontSubsetInfo::ANY_TYPE1; in GetEmbedFontData()
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi3.cxx2789 rInfo.m_nFontType = FontSubsetInfo::SFNT_TTF; in CreateFontSubset()
2883 rInfo.m_nFontType = bPFA ? FontSubsetInfo::TYPE1_PFA : FontSubsetInfo::TYPE1_PFB; in GetEmbedFontData()
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx3312 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()
/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx3642 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()
/trunk/main/vcl/aqua/source/gdi/
H A Dsalgdi.cxx2093 rInfo.m_nFontType = FontSubsetInfo::SFNT_TTF; in CreateFontSubset()

Completed in 136 milliseconds