diff options
author | Dheerendra Purohit <[email protected]> | 2025-07-14 15:59:07 +0530 |
---|---|---|
committer | Dheerendra Purohit <[email protected]> | 2025-10-15 19:21:32 +0530 |
commit | 91d93a739d11b64dd66fe1aeb0bf469544403322 (patch) | |
tree | 8cc7e11d9a8ad2bdba0908898cc13ab324344211 /src | |
parent | a6cc78f4e26ef2e16ae65540be0d53f9e9fdbc2a (diff) |
Doc: Clarify usage of QTextFormat::FontSizeAdjustment
Specify that the value is an integer and is added to the base font size.
Pick-to: 6.10 6.9
Fixes: QTBUG-130805
Change-Id: I4093fed2412cf009049fa28152a0d71ee2f81844
Reviewed-by: Leena Miettinen <[email protected]>
Reviewed-by: Marcus Tillmanns <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/text/qtextformat.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/text/qtextformat.cpp b/src/gui/text/qtextformat.cpp index 53a984306c6..d722bceb289 100644 --- a/src/gui/text/qtextformat.cpp +++ b/src/gui/text/qtextformat.cpp @@ -657,8 +657,8 @@ Q_GUI_EXPORT QDataStream &operator>>(QDataStream &stream, QTextTableCellFormat & \value FontStyleName \value FontPointSize \value FontPixelSize - \value FontSizeAdjustment Specifies the change in size given to the fontsize already set using - FontPointSize or FontPixelSize. + \value FontSizeAdjustment Specifies an integer adjustment added to the base font size set using + \c FontPointSize or \c FontPixelSize. \value FontFixedPitch \omitvalue FontSizeIncrement \value FontWeight |