]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Move font related data structured to sys/font.c and update vtfontcvt
authorToomas Soome <tsoome@FreeBSD.org>
Sun, 14 Jun 2020 06:58:58 +0000 (06:58 +0000)
committerToomas Soome <tsoome@FreeBSD.org>
Sun, 14 Jun 2020 06:58:58 +0000 (06:58 +0000)
commite7fd9688ea975eebda0003d45f44a81e71062d59
tree0b1094425dbf0032a79ebd1e83f84985392e90a9
parente0f7c06de24828c83c424b6caba8b7e5fe75f5b2
Move font related data structured to sys/font.c and update vtfontcvt

Prepare support to be able to handle font data in loader, consolidate
data structures to sys/font.h and update vtfontcvt.

vtfontcvt update is about to output set of glyphs in form of C source,
the implementation does allow to output compressed or uncompressed font
bitmaps.

Reviewed by: bcr
Differential Revision: https://reviews.freebsd.org/D24189
12 files changed:
share/vt/fonts/Makefile
sys/dev/vt/font/vt_font_default.c
sys/dev/vt/vt.h
sys/dev/vt/vt_font.c
sys/sys/consio.h
sys/sys/font.h [new file with mode: 0644]
tools/build/Makefile
tools/tools/vt/mkkfont/mkkfont.c
usr.bin/vtfontcvt/Makefile
usr.bin/vtfontcvt/vtfontcvt.8
usr.bin/vtfontcvt/vtfontcvt.c
usr.sbin/vidcontrol/vidcontrol.c