https://bugzilla.redhat.com/show_bug.cgi?id=1748495
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |spamulousbastard+redhat@gma | |il.com --- Comment #24 from [email protected] --- I'm not entirely sure we're running into the same whitespacing issue, but the Bug 1753295 comment #4 method resulted in partly cut-off characters in urxvt. Instead, this works: fonttosfnt -c -g 2 -m 2 -o terminusn.otb ter-u*n.bdf fonttosfnt -c -g 2 -m 2 -o terminusb.otb ter-u*b.bdf The -c flag prevents attempted cropping, which is probably the cause of the problem. The -b flag is apparently unnecessary and only increases file size. The normal and bold faces are in separate files because otherwise both gvim and urxvt apply some kind of automatic emboldening transformation on some syntax hilights, which looks disgusting at size 9. All of this is with the fonttosfnt from xorg-x11-font-utils. -- 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]
