Searched refs:pCffBytes (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/vcl/source/fontsubset/ |
H A D | fontsubset.cxx | 129 const sal_uInt8* pCffBytes = NULL; in CreateFontSubsetFromSfnt() local 130 if( GetSfntTable( mpSftTTFont, O_CFF, &pCffBytes, &nCffLength)) in CreateFontSubsetFromSfnt() 132 LoadFont( CFF_FONT, pCffBytes, nCffLength); in CreateFontSubsetFromSfnt()
|
/aoo4110/main/vcl/unx/generic/fontmanager/ |
H A D | fontmanager.cxx | 3698 const sal_uInt8* pCffBytes = NULL; in createFontSubset() local 3699 if( GetSfntTable( pTTFont, O_CFF, &pCffBytes, &nCffLength ) ) in createFontSubset() 3701 rInfo.LoadFont( FontSubsetInfo::CFF_FONT, pCffBytes, nCffLength ); in createFontSubset()
|
Completed in 20 milliseconds