Bug 907330
| Summary: | Fix the PostScript name in font files | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Parag Nemade <pnemade> |
| Component: | sil-padauk-fonts | Assignee: | Minto Joseph <mvaliyav> |
| Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 18 | CC: | caolanm, fonts-bugs, mvaliyav, paul, pnemade, rpiddapa |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | sil-padauk-fonts-2.8-4.fc19 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-03-13 09:45:02 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Parag Nemade
2013-02-04 06:38:29 UTC
I will patch the ttf files to at least fc-scan extract the correct font name. PostScript names are defined to be in ASCII. If you want Unicode characters, you need to fix the names in the "name" table. It would help if the bug report said what you thought was actually wrong, rather than just what you believe you need to change. oops! sorry I mean to have the PostScript name in ASCII only. sorry I wrote it in opposite. Don't know what format existing name is and why can't be it rendered as it is. Here is simple way to fix those font files to make rpm happy ------------------------------------------------------------ %build # Following is needed to fix the postscript font name ttx *.ttf sed -i 's|ပိတောက်|Padauk|g' Padauk*.ttx sed -i 's|စာလုံးမဲ|Bold|g' Padauk*.ttx sed -i 's|စာအုပ်|Book|g' Padauk-book*.ttx rm *.ttf ttx Padauk*.ttx rm *.ttx ------------------------------------------------------------------------- Fixed in sil-padauk-fonts-2.8-4.fc19 |