Docs: Describe QTextFormat::TextUnderlineStyle property

This commit describes the QTextFormat::TextUnderlineStyle,
TextVerticalAlignment, and TextOutline properties and their allowed
values

Task-number: QTBUG-126954
Pick-to: 6.8
Change-Id: Ib961331d9a06edb2bedf0a6b93afebef0cd467cb
Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
(cherry picked from commit 0ec4447d7a535e1d593f3a5db94f0dcd98fe61ec)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Alexei Cazacov 2025-01-15 17:04:36 +02:00 committed by Qt Cherry-pick Bot
parent c804fc386b
commit 813ea954b3

View File

@ -658,9 +658,11 @@ Q_GUI_EXPORT QDataStream &operator>>(QDataStream &stream, QTextTableCellFormat &
\omitvalue LastFontProperty
\value TextUnderlineColor Specifies the color to draw underlines, overlines and strikeouts.
\value TextVerticalAlignment
\value TextOutline
\value TextUnderlineStyle
\value TextVerticalAlignment Specifies the type of text vertical alignment according to
the values of the QTextCharFormat::VerticalAlignment enum.
\value TextOutline Specifies a \l QPen used to draw the text outline.
\value TextUnderlineStyle Specifies the style of text underline according to
the values of the QTextCharFormat::UnderlineStyle enum.
\value TextToolTip Specifies the (optional) tool tip to be displayed for a fragment of text.
\value TextSuperScriptBaseline Specifies the baseline (in % of height) of superscript texts.
\value TextSubScriptBaseline Specifies the baseline (in % of height) of subscript texts.