diff options
Diffstat (limited to 'src/gui/text/qtextobject.h')
-rw-r--r-- | src/gui/text/qtextobject.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gui/text/qtextobject.h b/src/gui/text/qtextobject.h index 0e8ad1e..dae1f92 100644 --- a/src/gui/text/qtextobject.h +++ b/src/gui/text/qtextobject.h @@ -44,6 +44,7 @@ #include <QtCore/qobject.h> #include <QtGui/qtextformat.h> +#include <QtGui/qglyphrun.h> QT_BEGIN_HEADER @@ -315,6 +316,10 @@ public: int charFormatIndex() const; QString text() const; +#if !defined(QT_NO_RAWFONT) + QList<QGlyphRun> glyphRuns() const; +#endif + private: const QTextDocumentPrivate *p; int n; |