]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r296920: vtfontcvt: support .hex fonts with chars beyond Unicode BMP
authoremaste <emaste@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 9 Apr 2018 12:58:53 +0000 (12:58 +0000)
committeremaste <emaste@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 9 Apr 2018 12:58:53 +0000 (12:58 +0000)
commitf2a49d793afcb90506160d8988bf3ceac397e818
treeaa07babfec928b9b3dffad0c4a79573e247a47d7
parent34257d83c2edf9ecd21225952b331928d2e415c1
MFC r296920: vtfontcvt: support .hex fonts with chars beyond Unicode BMP

This is already supported by the vt(4) vfnt format mapping from code
points to glyphs. Update the .hex font parser to accept up to six hex
digits.

Sponsored by: The FreeBSD Foundation

git-svn-id: svn://svn.freebsd.org/base/stable/10@332323 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
usr.bin/vtfontcvt/vtfontcvt.c