I remember there was a bug filed few years ago about inability of the qt engine to apply subpixel aa on transparent backgrounds (e.g. task manager buttons), but can't find it now -- may this is related to that. Don't know if this is a kde bug or a qt bug, hope you will sort it out. Reproducible: Always Steps to Reproduce: 1. Have subpxel AA turned on 2. Open Plasma Desktop Settings for example 3. See how fonts are rendered on the UI controls (such as dropdown menus, buttons) Actual Results: Subpixel AA is turned off on some of the controls Expected Results: Subpixel AA is turned on everywhere
Created attachment 101418 [details] red -- subpixel AA off, green -- on
Created attachment 101419 [details] case 2
Created attachment 101420 [details] case 3: taskbar button and tooltip
This could be https://bugreports.qt.io/browse/QTBUG-22334 if some Plasma QML components render to an offscreen Pixmap.
This was an issue with PlasmaComponents2 which uses QtQuickControls1, and it has been resolved as of a few years ago.