Summary: | Side effect of the binding inheritance by binding="same" | ||
---|---|---|---|
Product: | fontconfig | Reporter: | Behdad Esfahbod <freedesktop> |
Component: | conf | Assignee: | fontconfig-bugs |
Status: | RESOLVED MOVED | QA Contact: | Behdad Esfahbod <freedesktop> |
Severity: | normal | ||
Priority: | medium | CC: | akira, freedesktop |
Version: | 2.7 | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Behdad Esfahbod
2010-03-30 13:23:00 UTC
For more info to understand the issue... http://lists.fedoraproject.org/pipermail/fonts/2010-March/001118.html The logs in above mail should make this clearer what exactly happened with it. Given that there are anything else can be fixed in fontconfig side, that may be to give the weak binding to the family in the initial pattern to avoid the _side-effect_ of the binding inheritance. 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> BTW the above changes has been made in cc9d572d3e3d270653c994ff1269f56eb7ee1b1c -- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/fontconfig/fontconfig/issues/35. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.