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.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/vcl/font.hxx b/include/vcl/font.hxx
index 02f4a6d3f264..2d437c5b3da0 100644
--- a/include/vcl/font.hxx
+++ b/include/vcl/font.hxx
@@ -26,6 +26,7 @@
#include <tools/color.hxx>
#include <tools/fontenum.hxx>
#include <tools/long.hxx>
+#include <tools/degree.hxx>
#include <i18nlangtag/lang.h>
#include <vcl/fntstyle.hxx>
#include <o3tl/cow_wrapper.hxx>
@@ -122,8 +123,8 @@ public:
void SetCJKContextLanguage( LanguageType );
LanguageType GetCJKContextLanguage() const;
- void SetOrientation( short nLineOrientation );
- short GetOrientation() const;
+ void SetOrientation( Degree10 nLineOrientation );
+ Degree10 GetOrientation() const;
void SetVertical( bool bVertical );
bool IsVertical() const;
void SetKerning( FontKerning nKerning );