diff options
Diffstat (limited to 'include/vcl/font.hxx')
-rw-r--r-- | include/vcl/font.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/vcl/font.hxx b/include/vcl/font.hxx index 920f0698518e..19acdc6bc515 100644 --- a/include/vcl/font.hxx +++ b/include/vcl/font.hxx @@ -86,6 +86,8 @@ public: int GetQuality() const; void SetQuality(int); + void IncreaseQualityBy(int); + void DecreaseQualityBy(int); // setting the color on the font is obsolete, the only remaining // valid use is for keeping backward compatibility with old MetaFiles |