Searched refs:CFF_FONT (Results 1 – 7 of 7) sorted by relevance
/trunk/main/vcl/source/fontsubset/ |
H A D | fontsubset.cxx | 103 case CFF_FONT: in CreateFontSubset() 132 LoadFont( CFF_FONT, pCffBytes, nCffLength); in CreateFontSubsetFromSfnt()
|
/trunk/main/vcl/inc/ |
H A D | fontsubset.hxx | 48 CFF_FONT = 1<<5, // CFF-container with PSType2 glyphs enumerator
|
/trunk/main/vcl/os2/source/gdi/ |
H A D | salgdi3.cxx | 1555 rInfo.LoadFont( FontSubsetInfo::CFF_FONT, aRawCffData.get(), aRawCffData.size() ); in CreateFontSubset()
|
/trunk/main/vcl/aqua/source/gdi/ |
H A D | salgdi.cxx | 2068 rInfo.LoadFont( FontSubsetInfo::CFF_FONT, &aBuffer[0], nCffLen ); in CreateFontSubset()
|
/trunk/main/vcl/win/source/gdi/ |
H A D | salgdi3.cxx | 2765 rInfo.LoadFont( FontSubsetInfo::CFF_FONT, aRawCffData.get(), aRawCffData.size() ); in CreateFontSubset()
|
/trunk/main/vcl/unx/generic/fontmanager/ |
H A D | fontmanager.cxx | 3701 rInfo.LoadFont( FontSubsetInfo::CFF_FONT, pCffBytes, nCffLength ); in createFontSubset()
|
/trunk/main/vcl/source/gdi/ |
H A D | pdfwriter_impl.cxx | 4143 else if( (aSubsetInfo.m_nFontType & FontSubsetInfo::CFF_FONT) != 0 ) in emitFonts()
|
Completed in 236 milliseconds