Summary: | Handle Ultra font weight name | ||
---|---|---|---|
Product: | fontconfig | Reporter: | Ross Burton <ross> |
Component: | library | Assignee: | Keith Packard <keithp> |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | normal | ||
Priority: | high | CC: | moyogo |
Version: | 2.2 | ||
Hardware: | x86 (IA32) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Bug Depends on: | |||
Bug Blocks: | 8100 | ||
Attachments: | Handle the Ultra style name |
Description
Ross Burton
2005-02-09 04:55:45 UTC
Created attachment 1875 [details] [review] Handle the Ultra style name The code currently looks in the style name for substrings matching the specified names; unfortunately 'ultra' isn't unique in this regard -- a Type1 font with 'ultracondensed' in the style name will accidentally match 'ultra' as well. Perhaps some word-boundary tests could be added which would distinguish these two cases. Please test branch 'ultra-bold' and see if this works for you. I don't have any fonts with this characteristic. Alternatively, point me at a font which does... sorry, that's the ultra-weight branch $ git-clone git://anongit.freedesktop.org/git/fontconfig $ cd fontconfig $ git-checkout ultra-weight $ sh ./autogen.sh Keith, didn't you fix this? yeah, fixed but never added to master. Done 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.