kcms/keyboard/tastenbrett: Improve text rendering
By using the Qt rendering method (Text.QtRenderer
) we get much more clear glyphs with a proper aliasing.
The smaller the text, the better the improvement specially when used alongside Text.Fit
BEFORE (Native Rendering) | |
---|---|
AFTER (Qt Rendering) |
BUG: 485505
FIXED-IN: 6.2
Note since Qt 6.7 we have a third renderer available (Text.CurveRendering
) but according to https://www.qt.io/blog/text-improvements-in-qt-6.7, the improvements it brings are not necessary here and there are some performance caveats.
Edited by Ismael Asensio