Details
-
Bug
-
Resolution: Incomplete
-
Not Evaluated
-
None
-
4.8.0
-
Windows XP SP3(Korean)
Description
In windows xp (and other versions maybe), there is a "clear type" setting for font smoothing configuration.
But it seems that Qt doesn't seem to consider this setting, so that it produce sometimes inconsistent look especially in a QMenuBar, QStatusBar, ..etc.
I found the qt_set_windows_font_resources() function is trying to retrieve all desktop font configuration but in the same time, doesn't consider this "clear type" setting. Due to this, application ilke Qt Creator looks uglier in a certain case(at least mine).
Please refer to my post in Qt forum.