- Component: laf --> native-text
Well, here we have the next text-related bug. Java ignores all KDE's DPI settings (Force font DPI in the font settings). That is bad, since all components are much too small. On the other hand, Metal does the same.
The problem is that Qt for the native text rendering does apply the DPI setting, which means text that is much too large for the component.
It would be nice if Joxy took the DPI into account in choosing the font size for components, since Java will then scale up the components accordingly.
(Actually, the JDK should just start using FreeType or whatever Qt uses on Linux, or, even better, should be extended to allow implementing your own rendering engine. Then we can drop native text rendering and all these bugs.)