- updated to 20140226: * FORCE_{SANS,SERIF,MONO}_PREFERENCE replaced by SEARCH_METRIC_COMPATIBLE - updated to 20140225: * introduced FORCE_{SANS,SERIF,MONO}_PREFERENCE - updated to 20140224: * add example of family preference: CFF fonts - updated to 20140222: * don't use autohinter for CFF files * hinstlight for CFF files - updated to 20140221 * added 31-metric-aliases-bw.conf - updated to 20140219 - revorked package, fontconfig configuration based on infinality one - added patches: * fontconfig-infinality-main.patch (remove parts of original 52-infinality.conf) OBS-URL: https://build.opensuse.org/request/show/224056 OBS-URL: https://build.opensuse.org/package/show/M17N/fonts-config?expand=0&rev=38
43 lines
1.6 KiB
Diff
43 lines
1.6 KiB
Diff
Index: infinality/conf.src/generate60/60-group-non-tt-fonts.conf.awk
|
|
===================================================================
|
|
--- infinality/conf.src/generate60/60-group-non-tt-fonts.conf.awk.orig 2013-01-05 02:11:58.000000000 +0100
|
|
+++ infinality/conf.src/generate60/60-group-non-tt-fonts.conf.awk 2014-02-14 09:44:34.518450937 +0100
|
|
@@ -22,23 +22,6 @@
|
|
}
|
|
|
|
END {
|
|
- printf "\t<match target=\"font\">\n"
|
|
- printf "\t\t<test name=\"font_type\">\n"
|
|
- printf "\t\t\t<string>NON TT Instructed Font</string>\n"
|
|
- printf "\t\t</test>\n"
|
|
- printf "\t\t<edit name=\"autohint\" mode=\"assign\">\n"
|
|
- printf "\t\t\t<bool>true</bool>\n"
|
|
- printf "\t\t</edit>\n"
|
|
- printf "\t\t<edit name=\"hintstyle\" mode=\"assign\">\n"
|
|
- printf "\t\t\t<const>hintslight</const>\n"
|
|
- printf "\t\t</edit>\n"
|
|
- printf "\t\t<edit name=\"hinting\" mode=\"assign\">\n"
|
|
- printf "\t\t\t<bool>true</bool>\n"
|
|
- printf "\t\t</edit>\n"
|
|
- printf "\t\t<edit name=\"antialias\" mode=\"assign\">\n"
|
|
- printf "\t\t\t<bool>true</bool>\n"
|
|
- printf "\t\t</edit>\n"
|
|
- printf "\t</match>\n\n"
|
|
printf "</fontconfig>\n\n"
|
|
}
|
|
|
|
Index: infinality/conf.src/generate60/60-group-tt-fonts.conf.awk
|
|
===================================================================
|
|
--- infinality/conf.src/generate60/60-group-tt-fonts.conf.awk.orig 2013-01-05 02:11:58.000000000 +0100
|
|
+++ infinality/conf.src/generate60/60-group-tt-fonts.conf.awk 2014-02-14 09:45:47.492311657 +0100
|
|
@@ -9,9 +9,6 @@
|
|
|
|
{
|
|
printf "\t<match target=\"font\">\n"
|
|
- printf "\t\t<test name=\"force_autohint\">\n"
|
|
- printf "\t\t\t<bool>false</bool>\n"
|
|
- printf "\t\t</test>\n"
|
|
printf "\t\t<test name=\"family\">\n"
|
|
printf "\t\t\t<string>"
|
|
printf $0
|