[Bug 1062903] cantarell hints very poorly with new freetype CFF engine (i.e. regression)

bugzilla at redhat.com bugzilla at redhat.com
Thu May 22 16:04:17 UTC 2014


https://bugzilla.redhat.com/show_bug.cgi?id=1062903



--- Comment #2 from Pierre Ossman <pierre-bugzilla at ossman.eu> ---
This is the workaround I have in place:

$ cat /etc/fonts/conf.d/65-cantarell.conf 
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE fontconfig SYSTEM "../fonts.dtd">
<fontconfig>
        <match target="font">
          <test name="family">
             <string>Cantarell</string>
          </test>
          <edit name="autohint" mode="assign">
             <bool>true</bool>
          </edit>
        </match>
</fontconfig>

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=l5rQYlmiyu&a=cc_unsubscribe


More information about the fonts-bugs mailing list