- Cantarell: use hintfull with autohinter
OBS-URL: https://build.opensuse.org/package/show/M17N/fontconfig?expand=0&rev=76
This commit is contained in:
parent
c51856f3f0
commit
fdd6b9eb23
@ -7,7 +7,7 @@ Mon May 28 11:53:08 UTC 2012 - pgajdos@suse.com
|
||||
hintslight with BCI (instead of hintfull with BCI)
|
||||
- DejaVu Sans Mono, Droid Sans Mono, Liberation Mono: keep
|
||||
hintfull with BCI
|
||||
- Cantarell: use hintfull with BCI
|
||||
- Cantarell: use hintfull with autohinter
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 24 14:24:05 UTC 2012 - pgajdos@suse.com
|
||||
|
@ -412,19 +412,16 @@ exceptions:
|
||||
</edit>
|
||||
</match>
|
||||
|
||||
<!-- Cantarell: the TrueType rules doesn't apply to Cantarell,
|
||||
because fontformat="CFF" for it; autohint causes big space
|
||||
between 'T' and 'e' e. g. in "Template", so using BCI
|
||||
instead. hintsligt causes too wide vertical lines in some
|
||||
circumstances, hintfull seems to be better choice therefore.
|
||||
-->
|
||||
<!-- Cantarell: according to coauthor, cantarell doesn't have
|
||||
any byte code, so following should give the best results
|
||||
on most monitors -->
|
||||
|
||||
<match target="font">
|
||||
<test name="family">
|
||||
<string>Cantarell</string>
|
||||
</test>
|
||||
<edit name="autohint" mode="assign">
|
||||
<bool>false</bool>
|
||||
<bool>true</bool>
|
||||
</edit>
|
||||
<edit name="hintstyle" mode="assign">
|
||||
<const>hintfull</const>
|
||||
|
Loading…
Reference in New Issue
Block a user