Summary: | RFE: font merging | ||
---|---|---|---|
Product: | fontconfig | Reporter: | Nicolas Mailhot <nicolas.mailhot> |
Component: | library | Assignee: | Keith Packard <keithp> |
Status: | RESOLVED NOTABUG | QA Contact: | |
Severity: | enhancement | ||
Priority: | medium | CC: | fonts-bugs, freedesktop |
Version: | 2.6 | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Nicolas Mailhot
2008-11-27 01:11:14 UTC
Make "documented way" a "documented fonts.conf config pattern". I think a target="scan" pattern should work here. Nicolas, try something like this: <match target="scan"> <test name="family"> <string>Arial Unicode</string> </test> <edit name="family"> <string>Arial</string> </edit> </match> You then need to force fc-cache to recache. Nicolas, did you try that? I tried it in the droid font package and no one complained, so it didn't break anything, but I didn't have the time to test it extensively. I do wish CJK users spent some of their copious bugzilla time on it Ok, closing for now. |
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.