summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qtextengine_p.h
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@nokia.com>2010-06-05 23:23:42 +0200
committerLars Knoll <lars.knoll@nokia.com>2010-06-10 00:08:16 +0200
commit726607baf707318de6f685573553d22df4966f61 (patch)
tree16f7d7a64661920f52a46b3afa31eefab78b82bf /src/gui/text/qtextengine_p.h
parentb69e592b2b8fb3eae75c112e491e3ed90fc0248a (diff)
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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/text/qtextengine_p.h b/src/gui/text/qtextengine_p.h
index 00b139293a..908a0ecf59 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;