[Fontconfig-bugs] [Bug 27377] Side effect of the binding inheritance by binding="same"
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue Apr 24 01:33:46 PDT 2012
https://bugs.freedesktop.org/show_bug.cgi?id=27377
--- Comment #2 from Akira TAGOH <akira at tagoh.org> 2012-04-24 01:33:46 PDT ---
I have no idea what to do here. actually this side-effect is unfortunate in the
pattern matching rule. but we should add binding="same" for renaming family
name rule in fonts.conf to keep consistency at least:
<match target="pattern">
<test qual="any" name="family">
<string>sans serif</string>
</test>
<edit name="family" mode="assign" binding="same">
<string>sans-serif</string>
</edit>
</match>
<match target="pattern">
<test qual="any" name="family">
<string>sans</string>
</test>
<edit name="family" mode="assign" binding="same">
<string>sans-serif</string>
</edit>
</match>
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Fontconfig-bugs
mailing list