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



--- Comment #5 from Nikolaus Waxweiler <madig...@gmail.com> ---
Interesting. I can't immediately find which FreeType F26 shipped with, your F26
image however looks like you had full hinting and autohinting active at the
same time. Try adding this to your fontconfig config:

  <match target="font">
    <test name="family">
      <string>Cantarell</string>
    </test>
    <edit mode="assign" name="hinting">
      <bool>true</bool>
    </edit>
    <edit mode="assign" name="autohint">
      <bool>true</bool>
    </edit>
    <edit mode="assign" name="hintstyle">
      <const>hintfull</const>
    </edit>
  </match>

(Not sure if you need to use 'match target="font"' or '...="pattern"')

If that doesn't match what you had before, another possibility was that your FT
was using the previous CFF renderer before Adobe contributed the one in current
use. I don't think you can select the old one through fontconfig, it's a
compile time option iirc.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
fonts-bugs mailing list -- fonts-bugs@lists.fedoraproject.org
To unsubscribe send an email to fonts-bugs-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/fonts-bugs@lists.fedoraproject.org

Reply via email to