Searched refs:LoadFont (Results 1 – 7 of 7) sorted by relevance
/aoo41x/main/vcl/source/fontsubset/ |
H A D | fontsubset.cxx | 53 bool FontSubsetInfo::LoadFont( in LoadFont() function in FontSubsetInfo 67 bool FontSubsetInfo::LoadFont( vcl::_TrueTypeFont* pSftTTFont ) in LoadFont() function in FontSubsetInfo 132 LoadFont( CFF_FONT, pCffBytes, nCffLength); in CreateFontSubsetFromSfnt()
|
/aoo41x/main/vcl/inc/ |
H A D | fontsubset.hxx | 56 bool LoadFont( FontType eInFontType, 58 bool LoadFont( vcl::_TrueTypeFont* pSftTrueTypeFont );
|
/aoo41x/main/vcl/unx/generic/printergfx/ |
H A D | glyphset.cxx | 826 aInfo.LoadFont( pSrcFont ); in CreatePSUploadableFont()
|
/aoo41x/main/vcl/os2/source/gdi/ |
H A D | salgdi3.cxx | 1555 rInfo.LoadFont( FontSubsetInfo::CFF_FONT, aRawCffData.get(), aRawCffData.size() ); in CreateFontSubset()
|
/aoo41x/main/vcl/aqua/source/gdi/ |
H A D | salgdi.cxx | 2068 rInfo.LoadFont( FontSubsetInfo::CFF_FONT, &aBuffer[0], nCffLen ); in CreateFontSubset()
|
/aoo41x/main/vcl/win/source/gdi/ |
H A D | salgdi3.cxx | 2765 rInfo.LoadFont( FontSubsetInfo::CFF_FONT, aRawCffData.get(), aRawCffData.size() ); in CreateFontSubset()
|
/aoo41x/main/vcl/unx/generic/fontmanager/ |
H A D | fontmanager.cxx | 3701 rInfo.LoadFont( FontSubsetInfo::CFF_FONT, pCffBytes, nCffLength ); in createFontSubset()
|
Completed in 105 milliseconds