diff options
author | Akash Jain <akash96j@gmail.com> | 2016-06-14 14:38:12 +0530 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2016-10-18 20:41:29 +0200 |
commit | 2b12f247ff909a3e536034938370642efab011ad (patch) | |
tree | 04c66e74555b62afe287d88ac0cf4e84eada5d7a /vcl/inc/quartz/salgdi.h | |
parent | 73308f05c18012327731fc5722f89707048e9aba (diff) |
GSoC: Add new CommonSalLayout class
Change-Id: Ic11e573da2f5fd6ef931f53ab674f8894815c3b4
Diffstat (limited to 'vcl/inc/quartz/salgdi.h')
-rw-r--r-- | vcl/inc/quartz/salgdi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/inc/quartz/salgdi.h b/vcl/inc/quartz/salgdi.h index 75896412af73..0f5c9f564523 100644 --- a/vcl/inc/quartz/salgdi.h +++ b/vcl/inc/quartz/salgdi.h @@ -103,6 +103,7 @@ public: float mfFontStretch; /// text rotation in radian float mfFontRotation; + FontSelectPattern maFontSelData; private: /// CoreText text style object |