Font kerning
YomikoR opened this issue · 1 comments
YomikoR commented
It seems Qt always enables font kerning by default. Under certain conditions (locale, language, font size, etc.) the UI font can look horrible. The policy is to disable font kerning in Qt 6 on Windows (sometimes Qt 6 picks different fonts compared to Qt 5), and more cases per users' complaint. Segoe UI is not affected by this change.
Although most widgets can be modified to disable font kerning, there are still a few leftovers, such as tooltips:
The tooltips are kind of stubborn: they are not affected even when changing the font rendering method (to freetype, for example) in qt.conf.
YomikoR commented
Please report if font rendering is like the above snapshot in your environment.