- Update to version 2.10.92 + support FC_POSTSCRIPT_NAME (fdo#38737) + Fix a SIGSEGV on FcPatternGet* with NULL pattern + Fix crash with FcConfigSetCurrent(NULL) + Do not copy FC_*LANG_OBJECT even if it's not available on the pattern + Added a --sysroot like option to fc-cache (fdo#59456) + Add OpenType feature tags support (fdo#50497) + Fix fc-cache crash caused by looking up NULL object incorrectly + Add mode="delete" to <edit> (fdo#23757) + Use AM_MISSING_PROG instead of hardcoding missing + Add font-file hash (fdo#50733) + Add Culmus foundry to the vendor list + Fix broken conf.d/10-autohint.conf and conf.d/10-unhinted.conf (fdo#60748) + Add Liberation Sans Narrow to 30-metric-aliases.conf (fdo#60783) - Automake 1.11 is required, so bump the BuildRequires OBS-URL: https://build.opensuse.org/request/show/162893 OBS-URL: https://build.opensuse.org/package/show/M17N/fontconfig?expand=0&rev=104
58 lines
1.1 KiB
Diff
58 lines
1.1 KiB
Diff
Index: conf.d/30-metric-aliases.conf
|
|
===================================================================
|
|
--- conf.d/30-metric-aliases.conf
|
|
+++ conf.d/30-metric-aliases.conf
|
|
@@ -23,6 +23,10 @@
|
|
Liberation Sans Narrow
|
|
Liberation Serif
|
|
Liberation Mono
|
|
+ Croscore fonts;
|
|
+ Arimo
|
|
+ Tinos
|
|
+ Cousine
|
|
StarOffice fonts:
|
|
Albany
|
|
Thorndale
|
|
@@ -102,6 +106,13 @@
|
|
</alias>
|
|
|
|
<alias binding="same">
|
|
+ <family>Arimo</family>
|
|
+ <default>
|
|
+ <family>Arial</family>
|
|
+ </default>
|
|
+ </alias>
|
|
+
|
|
+ <alias binding="same">
|
|
<family>Albany</family>
|
|
<default>
|
|
<family>Arial</family>
|
|
@@ -130,6 +141,13 @@
|
|
</alias>
|
|
|
|
<alias binding="same">
|
|
+ <family>Tinos</family>
|
|
+ <default>
|
|
+ <family>Times New Roman</family>
|
|
+ </default>
|
|
+ </alias>
|
|
+
|
|
+ <alias binding="same">
|
|
<family>Thorndale</family>
|
|
<default>
|
|
<family>Times New Roman</family>
|
|
@@ -155,6 +173,13 @@
|
|
<default>
|
|
<family>Courier New</family>
|
|
</default>
|
|
+ </alias>
|
|
+
|
|
+ <alias binding="same">
|
|
+ <family>Cousine</family>
|
|
+ <default>
|
|
+ <family>Courier New</family>
|
|
+ </default>
|
|
</alias>
|
|
|
|
<alias binding="same">
|