summaryrefslogtreecommitdiff
path: root/vcl/inc/fontselect.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/fontselect.hxx')
-rw-r--r--vcl/inc/fontselect.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/vcl/inc/fontselect.hxx b/vcl/inc/fontselect.hxx
index 7df7dd93072a..c517268763d4 100644
--- a/vcl/inc/fontselect.hxx
+++ b/vcl/inc/fontselect.hxx
@@ -21,6 +21,7 @@
#define INCLUDED_VCL_INC_FONTSELECT_HXX
#include <i18nlangtag/lang.h>
+#include <tools/degree.hxx>
#include <vcl/vclenum.hxx>
#include "fontattributes.hxx"
@@ -59,7 +60,7 @@ public:
int mnWidth; // width of font in pixel units
int mnHeight; // height of font in pixel units
float mfExactHeight; // requested height (in pixels with subpixel details)
- int mnOrientation; // text orientation in 1/10 degree (0-3600)
+ Degree10 mnOrientation; // text orientation in 1/10 degree (0-3600)
LanguageType meLanguage; // text language
bool mbVertical; // vertical mode of requested font
bool mbNonAntialiased; // true if antialiasing is disabled