summaryrefslogtreecommitdiffstats
path: root/share/vt
diff options
context:
space:
mode:
authorray <ray@FreeBSD.org>2014-05-29 13:41:07 +0000
committerray <ray@FreeBSD.org>2014-05-29 13:41:07 +0000
commitc5a7ba7016016a1ce488aa379db42a6e3c46bfb2 (patch)
treed130c0c52a8be93696020127559de0496c5ababa /share/vt
parent747374e8a2b7e321a05ad75ce81341d6e77c13ba (diff)
downloadFreeBSD-src-c5a7ba7016016a1ce488aa379db42a6e3c46bfb2.zip
FreeBSD-src-c5a7ba7016016a1ce488aa379db42a6e3c46bfb2.tar.gz
Add gallant vt(4) font as an example of font loading for vt(4).
MFC after: 7 days Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'share/vt')
-rw-r--r--share/vt/Makefile5
-rw-r--r--share/vt/fonts/Makefile9
-rw-r--r--share/vt/fonts/gallant.fntbin0 -> 8452 bytes
3 files changed, 14 insertions, 0 deletions
diff --git a/share/vt/Makefile b/share/vt/Makefile
new file mode 100644
index 0000000..b23cd04
--- /dev/null
+++ b/share/vt/Makefile
@@ -0,0 +1,5 @@
+# $FreeBSD$
+
+SUBDIR= fonts
+
+.include <bsd.subdir.mk>
diff --git a/share/vt/fonts/Makefile b/share/vt/fonts/Makefile
new file mode 100644
index 0000000..46156ff
--- /dev/null
+++ b/share/vt/fonts/Makefile
@@ -0,0 +1,9 @@
+# $FreeBSD$
+
+FILES= gallant.fnt
+
+FILESDIR= ${SHAREDIR}/vt/fonts
+
+NO_OBJ=
+
+.include <bsd.prog.mk>
diff --git a/share/vt/fonts/gallant.fnt b/share/vt/fonts/gallant.fnt
new file mode 100644
index 0000000..8ea1e85
--- /dev/null
+++ b/share/vt/fonts/gallant.fnt
Binary files differ
OpenPOWER on IntegriCloud