summaryrefslogtreecommitdiff
path: root/include/vcl/font.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/font.hxx')
-rw-r--r--include/vcl/font.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vcl/font.hxx b/include/vcl/font.hxx
index 87a9d8744f68..7f9d2722005f 100644
--- a/include/vcl/font.hxx
+++ b/include/vcl/font.hxx
@@ -64,8 +64,8 @@ public:
FontPitch GetPitch() const;
FontWidth GetWidthType();
FontWidth GetWidthType() const;
+ FontAlign GetAlignment() const;
rtl_TextEncoding GetCharSet() const;
- FontAlign GetAlign() const;
bool IsSymbolFont() const;
@@ -77,8 +77,8 @@ public:
void SetItalic( FontItalic );
void SetWeight( FontWeight );
void SetWidthType( FontWidth );
+ void SetAlignment( FontAlign );
void SetCharSet( rtl_TextEncoding );
- void SetAlign( FontAlign );
void SetSymbolFlag( bool );