YomikoR / VapourSynth-Editor

Branch vse-previewer for standalone previewer. Branch vs-api4 for an IDE with a text editor. Branch master for "stability". Forked from https://bitbucket.org/mystery_keeper/vapoursynth-editor
Other
139 stars 9 forks source link

Font kerning #34

Closed YomikoR closed 2 years ago

YomikoR commented 2 years ago

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: unknown 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 2 years ago

Please report if font rendering is like the above snapshot in your environment.