[Bug 23006] no way to disable font smoothing

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Jun 2 06:36:34 CDT 2010


http://bugs.winehq.org/show_bug.cgi?id=23006


Sergiy Zuban <s.zuban at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|CLOSED                      |UNCONFIRMED
         Resolution|INVALID                     |




--- Comment #3 from Sergiy Zuban <s.zuban at 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.



More information about the wine-bugs mailing list