https://bugs.kde.org/show_bug.cgi?id=501715
Nate Graham <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|HI |NOR --- Comment #8 from Nate Graham <[email protected]> --- I dug into this a bit and found that we use QtTextRendering to work around a Qt bug that makes text look really weird at random fractional scale factors: https://bugreports.qt.io/browse/QTBUG-126577 In qqc2-desktop-style (which controls apps, not Plasma) there's some code to use use NativeTextRendering if your scale factor is 1, but Plasma doesn't have that. As a result, everything in Plasma always uses QtTextRendering, which exposes everyone to the different bug of QtRendering failing to respect your hinting and sub-pixel anti-aliasing settings. It would appear this is blocked on https://bugreports.qt.io/browse/QTBUG-126577 being resolved; once it is, we can consider going back to NativeTextRendering. Lowering priority because unfortunately this isn't actionable right now. -- You are receiving this mail because: You are watching all bug changes.
