Bug 1062903 - cantarell hints very poorly with new freetype CFF engine (i.e. regression)
Summary: cantarell hints very poorly with new freetype CFF engine (i.e. regression)
Keywords:
Status: CLOSED EOL
Alias: None
Product: Fedora
Classification: Fedora
Component: abattis-cantarell-fonts
Version: 21
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Cosimo Cecchi
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-02-08 12:35 UTC by Pierre Ossman
Modified: 2015-12-02 16:08 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-12-02 03:08:35 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Pierre Ossman 2014-02-08 12:35:44 UTC
Bug 995643 was filed against freetype for hinting Cantarell very poorly. That was closed as NOTABUG. But that doesn't change the fact that Cantarell is still fuzzy, which is a major issue for a UI font. So let's try filing this bug the other way around. :)

Playing around with ftview suggests that forced auto hinting gives back roughly the same hinting as in Fedora 19. So could we have that as a fontconfig bandaid until better hinting information is available in the font itself?

Comment 1 Pierre Ossman 2014-05-22 11:35:29 UTC
Any updates on this? The problem is still present in the current packages.

Comment 2 Pierre Ossman 2014-05-22 16:04:17 UTC
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>

Comment 3 Pierre Ossman 2015-01-31 12:56:34 UTC
Still a problem in Fedora 21.

Comment 4 Fedora End Of Life 2015-11-04 13:52:09 UTC
This message is a reminder that Fedora 21 is nearing its end of life.
Approximately 4 (four) weeks from now Fedora will stop maintaining
and issuing updates for Fedora 21. It is Fedora's policy to close all
bug reports from releases that are no longer maintained. At that time
this bug will be closed as EOL if it remains open with a Fedora  'version'
of '21'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version.

Thank you for reporting this issue and we are sorry that we were not 
able to fix it before Fedora 21 is end of life. If you would still like 
to see this bug fixed and are able to reproduce it against a later version 
of Fedora, you are encouraged  change the 'version' to a later Fedora 
version prior this bug is closed as described in the policy above.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events. Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

Comment 5 Pierre Ossman 2015-11-04 14:53:08 UTC
Duplicate of bug 1035486?

Comment 6 Fedora End Of Life 2015-12-02 03:08:38 UTC
Fedora 21 changed to end-of-life (EOL) status on 2015-12-01. Fedora 21 is
no longer maintained, which means that it will not receive any further
security or bug fix updates. As a result we are closing this bug.

If you can reproduce this bug against a currently maintained version of
Fedora please feel free to reopen this bug against that version. If you
are unable to reopen this bug, please file a new report against the
current release. If you experience problems, please add a comment to this
bug.

Thank you for reporting this bug and we are sorry it could not be fixed.


Note You need to log in before you can comment on or make changes to this bug.