https://bugzilla.redhat.com/show_bug.cgi?id=1766201
Chris Bainbridge <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #28 from Chris Bainbridge <[email protected]> --- Peter, I had the same issue with the extra pixels. 6x13 rendered as 7 pixel wide characters after conversion by fonttosfnt. The solution was to compile the latest fonttosfnt from git and convert from 6x13.bdf rather than pcf (the latest fonttosfnt explicitly warns against using a pcf source). This was enough to get the font working again in the terminal - but the graphical font chooser would still show unicode boxes due to a name collision with the 6x13 pcf font - this was fixed by changing the FAMILY_NAME line in the bdf file. Reference: https://bugs.gentoo.org/728308 x11-apps/fonttosfnt: fonts spacing issues https://gitlab.freedesktop.org/xorg/app/fonttosfnt/-/merge_requests/7 Fix metrics (note comment "TL;DR: Don't use fonttosfnt on .pcf files.") http://www.psy.vanderbilt.edu/staff/jewett/mixppc/fonts/bdf/misc/6x13.bdf -- 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]
