Bug 525498
| Summary: | wrongly encoded glyphs after U+10000 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Denis Jacquerye <moyogo> | ||||
| Component: | liberation-fonts | Assignee: | Caius Chance <K9> | ||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | rawhide | CC: | dwmw2, fonts-bugs, i18n-bugs, K9, petersen | ||||
| Target Milestone: | --- | Keywords: | i18n | ||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2009-10-19 01:49:23 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
Denis Jacquerye
2009-09-24 15:23:45 UTC
Would you have any suggestions on the conversion? I have done my best to preserve that but seems at your feedback it was failed. Created attachment 363148 [details]
path reajusting encodings
The patch does several things:
- clears duplicates of .notdef, .null and nonmarkingreturn
- renames the out-of-bound glyphs to previous names
- adjusts glyph id and references.
Thanks Denis. Is this patch a proper fix which maintain closer quality with the original TTF delivered from Ascender? (In reply to comment #3) > Is this patch a proper fix which maintain closer quality with the original TTF > delivered from Ascender? No, the tables DSIG, hdmx, LTSH and VDMX from the original TTF are not there. Fontforge can generate a DSIG. hdmx, LTSH and VDMX are ignored by Fontforge ; they would have to be included in the generated fonts in post-processing. As far as I know, no hinting has gone missing and the kern table is the same as in the original font. Denis how did you generate the patch btw? :) patch is applied on rawhide |