Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
6.5.2, 6.8.2
-
-
3728032e0 (dev), a9418f0ab (6.9), 0bef58c11 (6.8)
Description
In Qt6, the rendering of multiline text with QQuickText Item using QFont
with below properties:
1. Font-Family: "Tahoma" or "Sans Serif"
2. Pixelsize: 21 or higher.
Issue:
Text appears slightly elevated compared to Qt5. This difference is noticeable in the line spacing and line height, which do not match between the two versions.
Attached is the example and screenshots.