- 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)
|
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
|
||||||
|
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user