diff options
Diffstat (limited to 'vcl/headless/svptext.cxx')
-rw-r--r-- | vcl/headless/svptext.cxx | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/vcl/headless/svptext.cxx b/vcl/headless/svptext.cxx index aab960a576a7..aead84a1467b 100644 --- a/vcl/headless/svptext.cxx +++ b/vcl/headless/svptext.cxx @@ -92,16 +92,6 @@ void SvpSalGraphics::GetGlyphWidths( const PhysicalFontFace* pFont, m_aTextRenderImpl.GetGlyphWidths(pFont, bVertical, rWidths, rUnicodeEnc); } -bool SvpSalGraphics::GetGlyphBoundRect(const GlyphItem& rGlyph, tools::Rectangle& rRect) -{ - return m_aTextRenderImpl.GetGlyphBoundRect(rGlyph, rRect); -} - -bool SvpSalGraphics::GetGlyphOutline(const GlyphItem& rGlyph, basegfx::B2DPolyPolygon& rPolyPoly) -{ - return m_aTextRenderImpl.GetGlyphOutline(rGlyph, rPolyPoly); -} - std::unique_ptr<SalLayout> SvpSalGraphics::GetTextLayout( ImplLayoutArgs& rArgs, int nFallbackLevel ) { if (utl::ConfigManager::IsFuzzing()) |