https://bugzilla.redhat.com/show_bug.cgi?id=1748495
--- Comment #37 from Nicolas Mailhot nicolas.mailhot@laposte.net --- (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 Mediumit 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.
fonts-bugs@lists.fedoraproject.org