diff options
Diffstat (limited to 'include/vcl/font.hxx')
-rw-r--r-- | include/vcl/font.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vcl/font.hxx b/include/vcl/font.hxx index a119f39f1d2d..a406a76b5099 100644 --- a/include/vcl/font.hxx +++ b/include/vcl/font.hxx @@ -62,7 +62,7 @@ public: void SetFillColor( const Color& ); const Color& GetFillColor() const; void SetTransparent( bool bTransparent ); - bool IsTransparent() const; + bool IsTransparent() const; void SetAlign( FontAlign ); FontAlign GetAlign() const; @@ -104,7 +104,7 @@ public: bool IsVertical() const; void SetKerning( FontKerning nKerning ); FontKerning GetKerning() const; - bool IsKerning() const; + bool IsKerning() const; void SetWeight( FontWeight ); FontWeight GetWeight(); |