Doc: Add details to QFont::toString

Add details that explain the return value.

Fixes: QTBUG-81467
Change-Id: Ifad407a27259711fc9abe1bacc7ba9db105bdcc0
Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
(cherry picked from commit 8c395a20eddc15ae923b7658f275fa87c8d33db9)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Paul Wicking 2021-01-11 13:35:33 +01:00 committed by Qt Cherry-pick Bot
parent 87bf405331
commit 80a0119012

View File

@ -2073,7 +2073,26 @@ QString QFont::key() const
/*!
Returns a description of the font. The description is a
comma-separated list of the attributes, perfectly suited for use
in QSettings.
in QSettings, and consists of the following:
\list
\li Font family
\li Point size
\li Pixel size
\li Style hint
\li Font weight
\li Font style
\li Underline
\li Strike out
\li Fixed pitch
\li Always \e{0}
\li Capitalization
\li Letter spacing
\li Word spacing
\li Stretch
\li Style strategy
\li Font style (omitted when unavailable)
\endlist
\sa fromString()
*/