diff options
Diffstat (limited to 'vcl/inc/textrender.hxx')
-rw-r--r-- | vcl/inc/textrender.hxx | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/vcl/inc/textrender.hxx b/vcl/inc/textrender.hxx index 694fa7b08458..9417345ea8c9 100644 --- a/vcl/inc/textrender.hxx +++ b/vcl/inc/textrender.hxx @@ -51,14 +51,7 @@ public: int nGlyphs, FontSubsetInfo& rInfo) = 0; - virtual const void* GetEmbedFontData( - const PhysicalFontFace*, - const sal_Ucs* pUnicodes, - sal_Int32* pWidths, - size_t nLen, - FontSubsetInfo& rInfo, - long* pDataLen ) = 0; - + virtual const void* GetEmbedFontData(const PhysicalFontFace*, long* pDataLen) = 0; virtual void FreeEmbedFontData( const void* pData, long nDataLen ) = 0; virtual void GetGlyphWidths( const PhysicalFontFace*, |