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:
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;
......
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