summaryrefslogtreecommitdiff
path: root/vcl/unx/generic/gdi/font.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/unx/generic/gdi/font.cxx')
-rw-r--r--vcl/unx/generic/gdi/font.cxx9
1 files changed, 2 insertions, 7 deletions
diff --git a/vcl/unx/generic/gdi/font.cxx b/vcl/unx/generic/gdi/font.cxx
index fa7a1204ba25..bed701da17ed 100644
--- a/vcl/unx/generic/gdi/font.cxx
+++ b/vcl/unx/generic/gdi/font.cxx
@@ -53,14 +53,9 @@ X11SalGraphics::GetFontGC()
return pFontGC_;
}
-void X11SalGraphics::DrawServerFontLayout( const GenericSalLayout& rLayout, const FreetypeFont& rFreetypeFont )
+void X11SalGraphics::DrawTextLayout(const CommonSalLayout& rLayout)
{
- mxTextRenderImpl->DrawServerFontLayout(rLayout, rFreetypeFont);
-}
-
-void X11SalGraphics::DrawSalLayout( const CommonSalLayout& rLayout )
-{
- DrawServerFontLayout( rLayout, rLayout.getFontData() );
+ mxTextRenderImpl->DrawTextLayout(rLayout);
}
const FontCharMapRef X11SalGraphics::GetFontCharMap() const