http://bugs.winehq.org/show_bug.cgi?id=23006 Sergiy Zuban <s.zuban(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |UNCONFIRMED Resolution|INVALID | --- Comment #3 from Sergiy Zuban <s.zuban(a)gmail.com> 2010-06-02 06:36:33 --- anyway it looks like wine completely ignores Xft/fontconfig settings. For example, even after disabling smoothing in /etc/fonts/local.conf wine still uses smoothing. <?xml version="1.0"?> <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> <fontconfig> <match target="font"> <edit name="antialias" mode="assign"> <bool>false</bool> </edit> </match> </fontconfig> -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.