Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.9.1, 5.10.0, 5.11.1
-
None
-
KDE Neon using Qt 5.10.0
-
-
f0f632c7c1043f9c8097b4677f0a9eae01f916d2
Description
This is like QTBUG-42606, but for non-integer scale factors. It is reproducible in KDE Plasma by setting QT_DEVICE_PIXEL_RATIO via a systemwide scale factor (System Settings > Display & Monitor > Displays > Scale) and then viewing a piece of QML text that has `RenderType: Text.NativeRendering` set.
See the attachments, which are from QTBUG-42606. The same issue is visible, but for non-integer scale factors. With a scale factor or 1 or 2, all three lines of text look fine. With a non-integer scale factor, the middle puece of text looks blurry.
Switching to Text.QtRendering resolves the issue completely.
Attachments
Issue Links
- relates to
-
QTBUG-70481 Text vertex shader is incorrect leading to pixelated rendering with non-integer scaling
- Closed
- resulted in
-
QTBUG-70073 Text.NativeRendering on Linux/Freetype produces pixelated and offset labels with non-integer QT_DEVICE_PIXEL_RATIO
- Closed