https://bugzilla.redhat.com/show_bug.cgi?id=1748495
--- Comment #37 from Nicolas Mailhot <[email protected]> --- (In reply to Hans Ulrich Niedermann from comment #36) > I just noticed in the gnome-terminal font selection dialog, that > instead of the expected fonts > > Terminus Bold > Terminus Medium > > it also lists > > [Terminus Medium] in numeric glyphs > Terminus Bold Italic it should only list one font, Terminus, with lots of styles (Regular, Medium, Bold, Bold Italic, etc) However, that’s not an unexpected result of conversion from a legacy format. Legacy formats have very poor (everything, but especially) naming support. Converting to SFNT will usually involve fixing the naming layer (Name ID 16/17, using WWS rules, and Name ID 4, as Family + Style except for regular for which is named Family not family Regular). That’s probably something that could be scripted using fontforge’s python bindings. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ fonts-bugs mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected]
