[kde] [Bug 479891] Some text glyphs in QML software are vertically mis-aligned or squished when using a fractional scale factor

David Edmundson bugzilla_noreply at kde.org
Fri Nov 22 21:57:04 GMT 2024


https://bugs.kde.org/show_bug.cgi?id=479891

David Edmundson <kde at davidedmundson.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
      Latest Commit|                            |https://invent.kde.org/fram
                   |                            |eworks/qqc2-desktop-style/-
                   |                            |/commit/e82957f5e6fc72e4462
                   |                            |39e2ee5139b93d3ceac85
             Status|ASSIGNED                    |RESOLVED

--- Comment #85 from David Edmundson <kde at davidedmundson.co.uk> ---
Git commit e82957f5e6fc72e446239e2ee5139b93d3ceac85 by David Edmundson.
Committed on 22/11/2024 at 21:57.
Pushed by davidedmundson into branch 'master'.

Use Qt text rendering when high DPI scaling

It is known that native rendering performs badly with scaling and an
existing workaround is in place.

The current check does not work on Wayland that has per-window rather
than per-screen scaling. Given Qt changes hinting preferences when any
scaling is used anyway, we may as well commit to using the non-native
rendering throughout.

For QtQuick the Qt renderer is more performant, handles transformations
better and avoids this issue. Given the results look basically
identical, we can simplify the existing code.

M  +9    -8    kirigami-plasmadesktop-integration/plasmadesktoptheme.cpp

https://invent.kde.org/frameworks/qqc2-desktop-style/-/commit/e82957f5e6fc72e446239e2ee5139b93d3ceac85

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Unassigned-bugs mailing list