Kaydet (Commit) 47dfa3a7 authored tarafından Herbert Dürr's avatar Herbert Dürr

#i118816# add clarifying comment regarding Font::*Color*() methods

üst e3c2eb9f
...@@ -56,12 +56,15 @@ public: ...@@ -56,12 +56,15 @@ public:
Font( FontFamily eFamily, const Size& ); Font( FontFamily eFamily, const Size& );
~Font(); ~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& ); void SetColor( const Color& );
const Color& GetColor() const; const Color& GetColor() const;
void SetFillColor( const Color& ); void SetFillColor( const Color& );
const Color& GetFillColor() const; const Color& GetFillColor() const;
void SetTransparent( sal_Bool bTransparent ); void SetTransparent( sal_Bool bTransparent );
sal_Bool IsTransparent() const; sal_Bool IsTransparent() const;
void SetAlign( FontAlign ); void SetAlign( FontAlign );
FontAlign GetAlign() const; FontAlign GetAlign() const;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment