fonts.conf: keeps same binding for alternatives

Since the binding is affected to the score, the replacement should
have same binding to avoid the unexpected estimation.
This commit is contained in:
Akira TAGOH 2012-05-10 16:36:10 +09:00
parent d81407611b
commit cc9d572d3e
1 changed files with 3 additions and 3 deletions

View File

@ -34,7 +34,7 @@
<test qual="any" name="family">
<string>mono</string>
</test>
<edit name="family" mode="assign">
<edit name="family" mode="assign" binding="same">
<string>monospace</string>
</edit>
</match>
@ -46,7 +46,7 @@
<test qual="any" name="family">
<string>sans serif</string>
</test>
<edit name="family" mode="assign">
<edit name="family" mode="assign" binding="same">
<string>sans-serif</string>
</edit>
</match>
@ -58,7 +58,7 @@
<test qual="any" name="family">
<string>sans</string>
</test>
<edit name="family" mode="assign">
<edit name="family" mode="assign" binding="same">
<string>sans-serif</string>
</edit>
</match>