Home
last modified time | relevance | path

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

/trunk/main/vcl/inc/
H A Dfontsubset.hxx47 TYPE1_PFB = 1<<4, // PSType1 Postscript Font Binary enumerator
52 ANY_TYPE1 = TYPE1_PFA | TYPE1_PFB,
/trunk/main/vcl/source/fontsubset/
H A Dfontsubset.cxx107 case TYPE1_PFB: in CreateFontSubset()
H A Dcff.cxx2427 rFSInfo.m_nFontType = rEmitter.mbPfbSubset ? FontSubsetInfo::TYPE1_PFB : FontSubsetInfo::TYPE1_PFA; in emitAsType1()
2442 const bool bPfbSubset = (0 != (mnReqFontTypeMask & FontSubsetInfo::TYPE1_PFB)); in CreateFontSubsetFromCff()
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi3.cxx2766 bool bRC = rInfo.CreateFontSubset( FontSubsetInfo::TYPE1_PFB, pOutFile, NULL, in CreateFontSubset()
2883 rInfo.m_nFontType = bPFA ? FontSubsetInfo::TYPE1_PFA : FontSubsetInfo::TYPE1_PFB; in GetEmbedFontData()
/trunk/main/vcl/unx/generic/gdi/
H A Dpspgraphics.cxx1168 rInfo.m_nFontType = bPFA ? FontSubsetInfo::TYPE1_PFA : FontSubsetInfo::TYPE1_PFB; in DoGetEmbedFontData()
/trunk/main/vcl/unx/headless/
H A Dsvppspgraphics.cxx1062 rInfo.m_nFontType = bPFA ? FontSubsetInfo::TYPE1_PFA : FontSubsetInfo::TYPE1_PFB; in DoGetEmbedFontData()
/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi3.cxx1556 bool bRC = rInfo.CreateFontSubset( FontSubsetInfo::TYPE1_PFB, pOutFile, NULL, in CreateFontSubset()
/trunk/main/vcl/aqua/source/gdi/
H A Dsalgdi.cxx2074 bool bRC = rInfo.CreateFontSubset( FontSubsetInfo::TYPE1_PFB, pOutFile, NULL, in CreateFontSubset()
/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx3712 FontSubsetInfo::TYPE1_PFB, in createFontSubset()
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx4009 case FontSubsetInfo::TYPE1_PFB: in emitFontDescriptor()
4148 … else if( (aSubsetInfo.m_nFontType & FontSubsetInfo::TYPE1_PFB) != 0 ) // TODO: also support PFA? in emitFonts()

Completed in 148 milliseconds