summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2016-01-19 14:10:02 +1100
committerChris Sherlock <chris.sherlock79@gmail.com>2016-01-19 19:45:48 +0000
commit94b7876e43a88618364c8256f0645e70d0daae6f (patch)
tree760041ea56da0f49b16a5d208de407e5ff411a79 /include
parent9c09d4d0d36076d39926eeaf7774171df3b55e52 (diff)
vcl: add quality accessor & mutator to Font
Change-Id: I261c717cabf966b8b20b8e6c921b38f4cd73e268 Reviewed-on: https://gerrit.libreoffice.org/21597 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/vcl/font.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/vcl/font.hxx b/include/vcl/font.hxx
index bf50ab7da401..920f0698518e 100644
--- a/include/vcl/font.hxx
+++ b/include/vcl/font.hxx
@@ -82,6 +82,11 @@ public:
void SetSymbolFlag( bool );
+ // Device dependent functions
+ int GetQuality() const;
+
+ void SetQuality(int);
+
// setting the color on the font is obsolete, the only remaining
// valid use is for keeping backward compatibility with old MetaFiles
const Color& GetColor() const;