Searched refs:TYPE1_PFB (Results 1 – 10 of 10) sorted by relevance
/trunk/main/vcl/inc/ |
H A D | fontsubset.hxx | 47 TYPE1_PFB = 1<<4, // PSType1 Postscript Font Binary enumerator 52 ANY_TYPE1 = TYPE1_PFA | TYPE1_PFB,
|
/trunk/main/vcl/source/fontsubset/ |
H A D | fontsubset.cxx | 107 case TYPE1_PFB: in CreateFontSubset()
|
H A D | cff.cxx | 2427 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 D | salgdi3.cxx | 2766 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 D | pspgraphics.cxx | 1168 rInfo.m_nFontType = bPFA ? FontSubsetInfo::TYPE1_PFA : FontSubsetInfo::TYPE1_PFB; in DoGetEmbedFontData()
|
/trunk/main/vcl/unx/headless/ |
H A D | svppspgraphics.cxx | 1062 rInfo.m_nFontType = bPFA ? FontSubsetInfo::TYPE1_PFA : FontSubsetInfo::TYPE1_PFB; in DoGetEmbedFontData()
|
/trunk/main/vcl/os2/source/gdi/ |
H A D | salgdi3.cxx | 1556 bool bRC = rInfo.CreateFontSubset( FontSubsetInfo::TYPE1_PFB, pOutFile, NULL, in CreateFontSubset()
|
/trunk/main/vcl/aqua/source/gdi/ |
H A D | salgdi.cxx | 2074 bool bRC = rInfo.CreateFontSubset( FontSubsetInfo::TYPE1_PFB, pOutFile, NULL, in CreateFontSubset()
|
/trunk/main/vcl/unx/generic/fontmanager/ |
H A D | fontmanager.cxx | 3712 FontSubsetInfo::TYPE1_PFB, in createFontSubset()
|
/trunk/main/vcl/source/gdi/ |
H A D | pdfwriter_impl.cxx | 4009 case FontSubsetInfo::TYPE1_PFB: in emitFontDescriptor() 4148 … else if( (aSubsetInfo.m_nFontType & FontSubsetInfo::TYPE1_PFB) != 0 ) // TODO: also support PFA? in emitFonts()
|
Completed in 117 milliseconds