summaryrefslogtreecommitdiff
path: root/vcl/inc
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2017-03-05 00:04:35 +0200
committerKhaled Hosny <khaledhosny@eglug.org>2017-03-05 00:06:31 +0200
commit5c617a811724a45dd8688869eeafac4c44f6a8aa (patch)
treef704f48a5d57a6e0bcd74c145bc5394311aa75b9 /vcl/inc
parent0d1813cdaf44e3a8ae8878d6d87c28300451beb2 (diff)
Handle Tr vertical orientation before shaping
See https://github.com/behdad/harfbuzz/issues/355 Change-Id: Ic82d74046980fae3e7a973fee90fe5bb4f2b8588
Diffstat (limited to 'vcl/inc')
-rw-r--r--vcl/inc/CommonSalLayout.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/CommonSalLayout.hxx b/vcl/inc/CommonSalLayout.hxx
index 591cb78d0b92..a33e68ce6c40 100644
--- a/vcl/inc/CommonSalLayout.hxx
+++ b/vcl/inc/CommonSalLayout.hxx
@@ -60,7 +60,7 @@ class CommonSalLayout : public GenericSalLayout
void getScale(double* nXScale, double* nYScale);
hb_set_t* mpVertGlyphs;
- bool IsVerticalAlternate(hb_codepoint_t nGlyphIndex);
+ bool HasVerticalAlternate(sal_UCS4 aChar, sal_UCS4 aNextChar);
void SetNeedFallback(ImplLayoutArgs&, sal_Int32, bool);