diff options
author | Michael Meeks <michael.meeks@collabora.com> | 2020-08-17 19:57:58 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2020-08-19 14:23:38 +0200 |
commit | e8be3ec4d27d11e9583f39fa06e6ad785bea102c (patch) | |
tree | d9152c5b7ca7d7e1596c8f059c33c49aceb01fee /vcl/inc | |
parent | 5923d4173d5000d3462fa6e55952bfc5101b6bfa (diff) |
headless: don't allow the system to set subpixel rendering eg.
Change-Id: Id62c03938c88d70dabda6111b8a7cca3b175e31f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100875
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
(cherry picked from commit 985922fe1a5dfd9ce02f7d24c4083d9d69544951)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100805
Tested-by: Jenkins
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/headless/svpinst.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/inc/headless/svpinst.hxx b/vcl/inc/headless/svpinst.hxx index ef20f0cab1b1..ae1290729b4c 100644 --- a/vcl/inc/headless/svpinst.hxx +++ b/vcl/inc/headless/svpinst.hxx @@ -176,6 +176,8 @@ public: virtual void AddToRecentDocumentList(const OUString& rFileUrl, const OUString& rMimeType, const OUString& rDocumentService) override; virtual std::unique_ptr<GenPspGraphics> CreatePrintGraphics() override; + + virtual const cairo_font_options_t* GetCairoFontOptions() override; }; inline void SvpSalInstance::registerFrame( SalFrame* pFrame ) |