diff options
Diffstat (limited to 'vcl/inc/textrender.hxx')
-rw-r--r-- | vcl/inc/textrender.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/vcl/inc/textrender.hxx b/vcl/inc/textrender.hxx index 6675e6aebb5c..028883f98f17 100644 --- a/vcl/inc/textrender.hxx +++ b/vcl/inc/textrender.hxx @@ -43,9 +43,6 @@ public: virtual void ClearDevFontCache() = 0; virtual bool AddTempDevFont( vcl::font::PhysicalFontCollection*, const OUString& rFileURL, const OUString& rFontName ) = 0; - virtual const void* GetEmbedFontData(const vcl::font::PhysicalFontFace*, tools::Long* pDataLen) = 0; - virtual void FreeEmbedFontData( const void* pData, tools::Long nDataLen ) = 0; - virtual std::unique_ptr<GenericSalLayout> GetTextLayout(int nFallbackLevel) = 0; virtual void DrawTextLayout(const GenericSalLayout&, const SalGraphics&) = 0; |