diff options
Diffstat (limited to 'vcl/inc/textrender.hxx')
-rw-r--r-- | vcl/inc/textrender.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/inc/textrender.hxx b/vcl/inc/textrender.hxx index 33c803dba82b..31bcb04c7628 100644 --- a/vcl/inc/textrender.hxx +++ b/vcl/inc/textrender.hxx @@ -59,8 +59,6 @@ public: std::vector< sal_Int32 >& rWidths, Ucs2UIntMap& rUnicodeEnc ) = 0; - virtual bool GetGlyphBoundRect(const GlyphItem&, tools::Rectangle&) = 0; - virtual bool GetGlyphOutline(const GlyphItem&, basegfx::B2DPolyPolygon&) = 0; virtual std::unique_ptr<SalLayout> GetTextLayout( ImplLayoutArgs&, int nFallbackLevel ) = 0; virtual void DrawTextLayout(const GenericSalLayout&, const SalGraphics&) = 0; |