diff -r 5dc02b23752f -r 3e2da88830cd src/gui/text/qtextengine_p.h --- a/src/gui/text/qtextengine_p.h Tue Jul 06 15:10:48 2010 +0300 +++ b/src/gui/text/qtextengine_p.h Wed Aug 18 10:37:55 2010 +0300 @@ -311,6 +311,7 @@ logClusters(0), f(0), fontEngine(0) {} QTextItemInt(const QScriptItem &si, QFont *font, const QTextCharFormat &format = QTextCharFormat()); + QTextItemInt(const QGlyphLayout &g, QFont *font, const QChar *chars, int numChars, QFontEngine *fe); /// copy the structure items, adjusting the glyphs arrays to the right subarrays. /// the width of the returned QTextItemInt is not adjusted, for speed reasons @@ -457,6 +458,7 @@ void validate() const; void itemize() const; + bool isRightToLeft() const; static void bidiReorder(int numRuns, const quint8 *levels, int *visualOrder); const HB_CharAttributes *attributes() const;