- Cantarell: hintslight appears to be not sufficient for both BCI and autohint,

and BCI with hintfull seems to better handle distance between e. g. '8' and
  '6' for same sizes. Also '8' glyph look better with BCI in smaller sizes.
  Therefore, autohint=false and hintstyle=hintfull seems to be the best.

OBS-URL: https://build.opensuse.org/package/show/M17N/fontconfig?expand=0&rev=68
This commit is contained in:
Petr Gajdos 2012-05-28 13:33:22 +00:00 committed by Git OBS Bridge
parent ca5f69d4eb
commit 3d6b0f8749
2 changed files with 27 additions and 0 deletions

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon May 28 13:28:21 UTC 2012 - pgajdos@suse.com
- Cantarell: hintslight appears to be not sufficient for both BCI and autohint,
and BCI with hintfull seems to better handle distance between e. g. '8' and
'6' for same sizes. Also '8' glyph look better with BCI in smaller sizes.
Therefore, autohint=false and hintstyle=hintfull seems to be the best.
-------------------------------------------------------------------
Mon May 28 11:53:08 UTC 2012 - pgajdos@suse.com

View File

@ -357,5 +357,24 @@ exceptions:
</edit>
</match>
<!-- Cantarell: hintslight appears to be not sufficient for both BCI and autohint,
and BCI with hintfull seems to better handle distance between e. g. '8' and
'6' for same sizes. Also '8' glyph look better with BCI in smaller sizes.
Therefore, autohint=false and hintstyle=hintfull seems to be the best. For
TrueType, this is default by rule above, nevertheless fontformat="CFF" for
Cantarell, so need to say following explicitely.
-->
<match target="font">
<test name="family">
<string>Cantarell</string>
</test>
<edit name="autohint" mode="assign">
<bool>false</bool>
</edit>
<edit name="hintstyle" mode="assign">
<const>hintfull</const>
</edit>
</match>
</fontconfig>