diff options
author | David Boddie <david.boddie@nokia.com> | 2011-08-15 17:10:30 (GMT) |
---|---|---|
committer | David Boddie <david.boddie@nokia.com> | 2011-08-15 17:10:30 (GMT) |
commit | 540222f0d936a48f57ed36496fcb211cc437cb1b (patch) | |
tree | 70d18fe3ca5ac8e53410fc2b62d08fa80d88e09a /src/gui/text/qrawfont.cpp | |
parent | 1c4b284b54c8d0166f777b256d1ac3eedd8ea593 (diff) | |
download | Qt-540222f0d936a48f57ed36496fcb211cc437cb1b.zip Qt-540222f0d936a48f57ed36496fcb211cc437cb1b.tar.gz Qt-540222f0d936a48f57ed36496fcb211cc437cb1b.tar.bz2 |
Doc: Fixed qdoc warnings.
Diffstat (limited to 'src/gui/text/qrawfont.cpp')
-rw-r--r-- | src/gui/text/qrawfont.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/text/qrawfont.cpp b/src/gui/text/qrawfont.cpp index e3e5c57..60a6cb3 100644 --- a/src/gui/text/qrawfont.cpp +++ b/src/gui/text/qrawfont.cpp @@ -485,7 +485,8 @@ QVector<quint32> QRawFont::glyphIndexesForString(const QString &text) const must be at least \a numChars, if that's still not enough, this function will return false, then you can resize \a glyphIndexes from the size returned in \a numGlyphs. - \sa glyphIndexesForString(), advancesForGlyphIndexes(), QGlyphs, QTextLayout::glyphs(), QTextFragment::glyphs() + \sa glyphIndexesForString(), advancesForGlyphIndexes(), QGlyphRun, + QTextLayout::glyphRuns(), QTextFragment::glyphRuns() */ bool QRawFont::glyphIndexesForChars(const QChar *chars, int numChars, quint32 *glyphIndexes, int *numGlyphs) const { |