]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit - sys/dev/vt/vt_font.c
Move font related data structured to sys/font.c and update vtfontcvt
authortsoome <tsoome@FreeBSD.org>
Sun, 14 Jun 2020 06:58:58 +0000 (06:58 +0000)
committertsoome <tsoome@FreeBSD.org>
Sun, 14 Jun 2020 06:58:58 +0000 (06:58 +0000)
commite417d8e439703ec73d03400389aae8e89592cf4d
tree0b1094425dbf0032a79ebd1e83f84985392e90a9
parent7d6a22904374df1386dd801a088317c2d566ce6d
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