- DejaVu Sans, Droid Sans, Liberation Sans, Cantarell: use

hintslight with BCI (instead of hintfull with BCI)
- DejaVu Serif, Droid Serif, Liberation Serif: use
  hintslight with BCI (instead of hintfull with BCI)
- DejaVu Sans Mono, Droid Sans Mono, Liberation Mono: keep
  hintfull with BCI

OBS-URL: https://build.opensuse.org/package/show/M17N/fontconfig?expand=0&rev=74
This commit is contained in:
2012-05-30 08:51:16 +00:00
committed by Git OBS Bridge
parent 0bf246eafc
commit f0a8198a16
2 changed files with 57 additions and 18 deletions

View File

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

View File

@@ -340,44 +340,52 @@ exceptions will follow
exceptions:
-->
<!-- Liberation Sans: font with hintslight instead of hintfull seems to be nicer
(thicker) -->
<!-- Following fonts seems to be nicer (thicker) with hintslight instead
of hintfull:
Liberation Sans
DejaVu Sans
Droid Sans
Cantarell
Liberation Serif
DejaVu Serif
Droid Serif
Following are better to render with hintfull, because they are too
blurred with hintslight:
Liberation Mono
DejaVu Sans Mono
Droid Sans Mono
-->
<match target="font">
<test name="family" compare="contains">
<string>Liberation</string>
<test name="family">
<string>Liberation Sans</string>
</test>
<edit name="hintstyle" mode="assign">
<const>hintslight</const>
</edit>
</match>
<!-- DejaVu Sans: font with hintslight instead of hintfull seems to be nicer
(thicker) -->
<match target="font">
<test name="family" compare="contains">
<string>DejaVu</string>
<test name="family">
<string>DejaVu Sans</string>
</test>
<edit name="hintstyle" mode="assign">
<const>hintslight</const>
</edit>
</match>
<!-- Droid Sans: font with hintslight instead of hintfull seems to be nicer
(thicker) -->
<match target="font">
<test name="family" compare="contains">
<string>Droid</string>
<test name="family">
<string>Droid Sans</string>
</test>
<edit name="hintstyle" mode="assign">
<const>hintslight</const>
</edit>
</match>
<!-- Cantarell: font with hintslight instead of hintfull seems to be nicer
(thicker) -->
<match target="font">
<test name="family">
<string>Cantarell</string>
@@ -390,4 +398,31 @@ exceptions:
</edit>
</match>
<match target="font">
<test name="family">
<string>Liberation Serif</string>
</test>
<edit name="hintstyle" mode="assign">
<const>hintslight</const>
</edit>
</match>
<match target="font">
<test name="family">
<string>DejaVu Serif</string>
</test>
<edit name="hintstyle" mode="assign">
<const>hintslight</const>
</edit>
</match>
<match target="font">
<test name="family">
<string>Droid Serif</string>
</test>
<edit name="hintstyle" mode="assign">
<const>hintslight</const>
</edit>
</match>
</fontconfig>