summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qglyphrun.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/text/qglyphrun.cpp')
-rw-r--r--src/gui/text/qglyphrun.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/gui/text/qglyphrun.cpp b/src/gui/text/qglyphrun.cpp
index 389b7403fd..4252d9e7f1 100644
--- a/src/gui/text/qglyphrun.cpp
+++ b/src/gui/text/qglyphrun.cpp
@@ -472,6 +472,8 @@ bool QGlyphRun::isEmpty() const
}
/*!
+ \since 6.5
+
Returns the string indexes corresponding to each glyph index, if the glyph run has been
constructed from a string and string indexes have been requested from the layout. In this case,
the length of the returned vector will correspond to the length of glyphIndexes(). In other
@@ -498,6 +500,8 @@ QList<qsizetype> QGlyphRun::stringIndexes() const
}
/*!
+ \since 6.5
+
Sets the list of string indexes corresponding to the glyph indexes to \a stringIndexes
See stringIndexes() for more details on the conventions of this list.
@@ -511,6 +515,8 @@ void QGlyphRun::setStringIndexes(const QList<qsizetype> &stringIndexes)
}
/*!
+ \since 6.5
+
Returns the string corresponding to the glyph run, if the glyph run has been created from
a string and the string has been requested from the layout.
@@ -522,6 +528,8 @@ QString QGlyphRun::sourceString() const
}
/*!
+ \since 6.5
+
Set the string corresponding to the glyph run to \a sourceString. If set, the indexes returned
by stringIndexes() should be indexes into this string.