lucifer
2008-Aug-11 13:26 UTC
[Wine] fonts in apps are anti-aliased in contrast to system setting
System: OpenSuse 11 with wine-1.1.2 Environment: MS truetype fonts are installed for SUSE, and the system is set according to http://en.opensuse.org/Optimal_Use_of_Fonts_on_SuSE, so anti-aliasing is disabled for font size under 13, the bytecode interpreter threshold is set to 18 points. Problem: The settings are working for native Linux programs, the fonts are sharp. However in windows applications the fonts are rendered anti-aliased regardless of their size and type. They are simply blurry, not even polished. This is the case with and without fonts installed using winetricks. Expected behavior: the fonts should be sharp as the system wide font settings define. Where can it be disabled to anti-alias fonts in wine(dows) applications? It seems to me as a bug, because wine fonts work opposite than system wide fonts settings, but maybe there is a solution.