summaryrefslogtreecommitdiff
path: root/vcl/headless
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-03-02 11:44:42 +0000
committerCaolán McNamara <caolanm@redhat.com>2015-03-03 09:42:36 +0000
commit7b4c2d836463efab19201fb466a137b2023cb52a (patch)
tree1332a6945e05a3df677dbaed2cac8ad98d9b4918 /vcl/headless
parentc5d8c466afe97190e550c3d43b52713a0840b273 (diff)
render text with cairo under gtk3, not headless solution
Change-Id: I309eaef08f597658c068170875733e5e1daa56ef Reviewed-on: https://gerrit.libreoffice.org/14715 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/headless')
-rw-r--r--vcl/headless/svptextrender.cxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/vcl/headless/svptextrender.cxx b/vcl/headless/svptextrender.cxx
index 334c3411dcc4..72f4a85488c8 100644
--- a/vcl/headless/svptextrender.cxx
+++ b/vcl/headless/svptextrender.cxx
@@ -487,4 +487,9 @@ void SvpTextRender::setDevice( basebmp::BitmapDeviceSharedPtr& rDevice )
}
}
+GlyphCache& SvpSalGraphics::getPlatformGlyphCache()
+{
+ return SvpGlyphCache::GetInstance();
+}
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */