Bug 2021366
| Summary: | Nimbus Mono PS font should not fc-match Courier, as certain letter combinations are not monospaced | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | skierpage <info> | ||||
| Component: | urw-base35-fonts | Assignee: | Richard Lescak <rlescak> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 35 | CC: | akhaitovich, deekej, rlescak, zdohnal | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | x86_64 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | urw-base35-fonts-20200910-11.fc36 urw-base35-fonts-20200910-11.fc35 | Doc Type: | If docs needed, set a value | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2022-05-24 02:42:07 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: | |||||||
| Attachments: |
|
||||||
|
Description
skierpage
2021-11-09 01:28:03 UTC
Simple test case is here:
$ pango-view --markup -t "<span font_desc=\"Nimbus Mono PS 24\"><span font_features=\"liga on\">ffl fi</span>
<span font_features=\"liga off\">ffl fi</span></span>"
> Firefox using ligatures in monospaced fonts is https://bugzilla.mozilla.org/show_bug.cgi?id=384395 , was closed WONTFIX "We can't really do anything about it -- the underlying text system is doing the ligaturization, not us".
That's true. and this isn't an issue in the text rendering library as well. the feature is provided by the font itself. the above test case demonstrates it.
Reassigning this to urw-base35-fonts.
FEDORA-2022-a34b2d658d has been submitted as an update to Fedora 36. https://bodhi.fedoraproject.org/updates/FEDORA-2022-a34b2d658d FEDORA-2022-81cf5ced22 has been submitted as an update to Fedora 35. https://bodhi.fedoraproject.org/updates/FEDORA-2022-81cf5ced22 Hi, thanks for the reproducer. Unfortunately disabled ligatures won't work for Firefox. I've substituted 'Courier/Nimbus Mono' with 'Dejavu Sans Mono' to fix the problem. FEDORA-2022-a34b2d658d has been pushed to the Fedora 36 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2022-a34b2d658d` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2022-a34b2d658d See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2022-81cf5ced22 has been pushed to the Fedora 35 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2022-81cf5ced22` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2022-81cf5ced22 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2022-a34b2d658d has been pushed to the Fedora 36 stable repository. If problem still persists, please make note of it in this bug report. FEDORA-2022-81cf5ced22 has been pushed to the Fedora 35 stable repository. If problem still persists, please make note of it in this bug report. |