[Bug 50156] Horrible/grayscale font antialiasing in Wine 5.22

WineHQ Bugzilla wine-bugs at winehq.org
Sat Nov 21 03:44:00 CST 2020


https://bugs.winehq.org/show_bug.cgi?id=50156

--- Comment #6 from Artem S. Tashkinov <aros at gmx.com> ---
My distro is Fedora 33 with all updates installed, sans Pango which is at
version pango-1.43.0-4.fc30.x86_64.

And here's my ~/.config/fontconfig/fonts.conf

<?xml version='1.0'?>
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
<fontconfig>
 <!-- Needed for Qt4:
http://labs.qt.nokia.com/2008/09/01/subpixel-antialiasing-on-x11/ -->
 <match target="font">
  <edit name="lcdfilter" mode="assign">
   <const>lcdlegacy</const>
  </edit>
 </match>
 <match target="font">
  <edit name="rgba" mode="assign">
   <const>rgb</const>
  </edit>
 </match>
 <dir>~/.fonts</dir>
 <match target="font">
  <edit name="hinting" mode="assign">
   <bool>true</bool>
  </edit>
 </match>
 <match target="font">
  <edit name="hintstyle" mode="assign">
   <const>hintfull</const>
  </edit>
 </match>
</fontconfig>

-- 
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