- Cantarell: use hintfull with autohinter

OBS-URL: https://build.opensuse.org/package/show/M17N/fontconfig?expand=0&rev=76
This commit is contained in:
Petr Gajdos 2012-05-31 14:12:56 +00:00 committed by Git OBS Bridge
parent c51856f3f0
commit fdd6b9eb23
2 changed files with 5 additions and 8 deletions

View File

@ -7,7 +7,7 @@ Mon May 28 11:53:08 UTC 2012 - pgajdos@suse.com
hintslight with BCI (instead of hintfull with BCI) hintslight with BCI (instead of hintfull with BCI)
- DejaVu Sans Mono, Droid Sans Mono, Liberation Mono: keep - DejaVu Sans Mono, Droid Sans Mono, Liberation Mono: keep
hintfull with BCI hintfull with BCI
- Cantarell: use hintfull with BCI - Cantarell: use hintfull with autohinter
------------------------------------------------------------------- -------------------------------------------------------------------
Thu May 24 14:24:05 UTC 2012 - pgajdos@suse.com Thu May 24 14:24:05 UTC 2012 - pgajdos@suse.com

View File

@ -412,19 +412,16 @@ exceptions:
</edit> </edit>
</match> </match>
<!-- Cantarell: the TrueType rules doesn't apply to Cantarell, <!-- Cantarell: according to coauthor, cantarell doesn't have
because fontformat="CFF" for it; autohint causes big space any byte code, so following should give the best results
between 'T' and 'e' e. g. in "Template", so using BCI on most monitors -->
instead. hintsligt causes too wide vertical lines in some
circumstances, hintfull seems to be better choice therefore.
-->
<match target="font"> <match target="font">
<test name="family"> <test name="family">
<string>Cantarell</string> <string>Cantarell</string>
</test> </test>
<edit name="autohint" mode="assign"> <edit name="autohint" mode="assign">
<bool>false</bool> <bool>true</bool>
</edit> </edit>
<edit name="hintstyle" mode="assign"> <edit name="hintstyle" mode="assign">
<const>hintfull</const> <const>hintfull</const>