summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorHerbert Dürr <hdu@apache.org>2012-01-20 08:39:59 +0000
committerHerbert Dürr <hdu@apache.org>2012-01-20 08:39:59 +0000
commit47dfa3a723b6e86e57938a6ceeddf37edc70e81a (patch)
tree49c05a922b926873e18f974fdda7b292e70b1eb1 /vcl
parente3c2eb9fb9c9580df08b5fdd556688052525ce21 (diff)
#i118816# add clarifying comment regarding Font::*Color*() methods
Diffstat (limited to 'vcl')
-rw-r--r--vcl/inc/vcl/font.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/vcl/inc/vcl/font.hxx b/vcl/inc/vcl/font.hxx
index ba74bd769687..00fee521fab6 100644
--- a/vcl/inc/vcl/font.hxx
+++ b/vcl/inc/vcl/font.hxx
@@ -56,12 +56,15 @@ public:
Font( FontFamily eFamily, const Size& );
~Font();
+ // setting the color on the font is obsolete, the only remaining
+ // valid use is for keeping backward compatibility with old MetaFiles
void SetColor( const Color& );
const Color& GetColor() const;
void SetFillColor( const Color& );
const Color& GetFillColor() const;
void SetTransparent( sal_Bool bTransparent );
sal_Bool IsTransparent() const;
+
void SetAlign( FontAlign );
FontAlign GetAlign() const;