[Bug 205707] Improve parsing of BDFs by vtfontcvt
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Dec 2 10:58:11 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205707
Tobias Kortkamp <tobik at freebsd.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|New |Open
CC| |tobik at freebsd.org
--- Comment #11 from Tobias Kortkamp <tobik at freebsd.org> ---
In the x11-fonts/spleen port I'm converting all but one of the fonts
to vt(4) fonts. This works pretty well, but converting the
spleen-32x64 [1] font fails with:
$ vtfontcvt -w 32 -h 64 spleen-32x64.bdf spleen-32x64.fnt
vtfontcvt: Unsupported wbytes 4!
While Dmitry's patch fixes the error message, all generated fonts are
now broken and do not display correctly. Characters appear as if some
part of them are cut off. Something is not quite right.
[1] https://github.com/fcambus/spleen/blob/1.0.2/spleen-32x64.bdf
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list