diff options
author | Lars Knoll <lars.knoll@nokia.com> | 2010-06-05 21:23:42 (GMT) |
---|---|---|
committer | Lars Knoll <lars.knoll@nokia.com> | 2010-06-09 22:08:16 (GMT) |
commit | 726607baf707318de6f685573553d22df4966f61 (patch) | |
tree | 16f7d7a64661920f52a46b3afa31eefab78b82bf /src/gui/text/qtextengine_p.h | |
parent | b69e592b2b8fb3eae75c112e491e3ed90fc0248a (diff) | |
download | Qt-726607baf707318de6f685573553d22df4966f61.zip Qt-726607baf707318de6f685573553d22df4966f61.tar.gz Qt-726607baf707318de6f685573553d22df4966f61.tar.bz2 |
consistent handling of directionality in QTextLayout
Make sure we use the same method to determine RTL/LTR
for the layout everywhere.
Task-number: Part of QT-3292
Reviewed-by: Simon Hausmann
Diffstat (limited to 'src/gui/text/qtextengine_p.h')
-rw-r--r-- | src/gui/text/qtextengine_p.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/text/qtextengine_p.h b/src/gui/text/qtextengine_p.h index 00b1392..908a0ec 100644 --- a/src/gui/text/qtextengine_p.h +++ b/src/gui/text/qtextengine_p.h @@ -458,6 +458,7 @@ public: void validate() const; void itemize() const; + bool isRightToLeft() const; static void bidiReorder(int numRuns, const quint8 *levels, int *visualOrder); const HB_CharAttributes *attributes() const; |