diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-03-02 11:44:42 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-03-03 09:42:36 +0000 |
commit | 7b4c2d836463efab19201fb466a137b2023cb52a (patch) | |
tree | 1332a6945e05a3df677dbaed2cac8ad98d9b4918 /vcl/inc/textrender.hxx | |
parent | c5d8c466afe97190e550c3d43b52713a0840b273 (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/inc/textrender.hxx')
-rw-r--r-- | vcl/inc/textrender.hxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/vcl/inc/textrender.hxx b/vcl/inc/textrender.hxx index a3a8876a4f67..12c47c3ac715 100644 --- a/vcl/inc/textrender.hxx +++ b/vcl/inc/textrender.hxx @@ -24,7 +24,7 @@ #include <vcl/salgtype.hxx> #include <vcl/vclenum.hxx> #include <vcl/metric.hxx> - +#include <basebmp/bitmapdevice.hxx> #include "salgdi.hxx" #include "salglyphid.hxx" #include "fontsubset.hxx" @@ -42,6 +42,8 @@ class TextRenderImpl public: virtual ~TextRenderImpl() {} + virtual void setDevice(basebmp::BitmapDeviceSharedPtr& /*rDevice*/) {} + virtual void SetTextColor( SalColor nSalColor ) = 0; virtual sal_uInt16 SetFont( FontSelectPattern*, int nFallbackLevel ) = 0; virtual void GetFontMetric( ImplFontMetricData*, int nFallbackLevel ) = 0; |