http://bugs.winehq.org/show_bug.cgi?id=23006
Summary: no way to disable font smoothing Product: Wine Version: 1.2-rc1 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: s.zuban@gmail.com
Starting from 1.2-rc1 fonts smoothing enabled by default, but I wasn't able to disable it even after setting the following:
[CURRENT_USER\Control Panel\Desktop] FontSmoothing=0 FontSmoothingType=0
I was able to disable smoothing by commenting this in /etc/fonts/local.conf
<match target="font"> <edit name="rgba" mode="assign"> <const>rgb</const> </edit> </match>
But starting from 1.2-rc2 even this trick doesn't allow to disable smoothing.