Add gallant vt(4) font as an example of font loading for vt(4).

MFC after:	7 days
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Aleksandr Rybalko 2014-05-29 13:41:07 +00:00
parent 1d8b56e9a0
commit d2511654f8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=266838
3 changed files with 14 additions and 0 deletions

5
share/vt/Makefile Normal file
View File

@ -0,0 +1,5 @@
# $FreeBSD$
SUBDIR= fonts
.include <bsd.subdir.mk>

9
share/vt/fonts/Makefile Normal file
View File

@ -0,0 +1,9 @@
# $FreeBSD$
FILES= gallant.fnt
FILESDIR= ${SHAREDIR}/vt/fonts
NO_OBJ=
.include <bsd.prog.mk>

BIN
share/vt/fonts/gallant.fnt Normal file

Binary file not shown.