Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F160757764
D49768.id153480.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D49768.id153480.diff
View Options
diff --git a/stand/fonts/INDEX.fonts b/stand/fonts/INDEX.fonts
--- a/stand/fonts/INDEX.fonts
+++ b/stand/fonts/INDEX.fonts
@@ -60,6 +60,9 @@
16x32.fnt:en:Terminus BSD Console, size 32
16x32.fnt:da:Terminus BSD-konsol, størrelse 32
16x32.fnt:de:Terminus BSD Console, Größe 32
+32x64.fnt:en:Spleen BSD Console, size 64
+32x64.fnt:da:Spleen BSD-konsol, størrelse 64
+32x64.fnt:de:Spleen BSD Console, Größe 64
# (fset 'langnew
# "\M-}\C-p\C-k\C-y\C-m\C-y\M-}")
diff --git a/stand/fonts/Makefile b/stand/fonts/Makefile
--- a/stand/fonts/Makefile
+++ b/stand/fonts/Makefile
@@ -1,5 +1,6 @@
.include <bsd.init.mk>
+.PATH: ${SRCTOP}/contrib/spleen
.PATH: ${SRCTOP}/contrib/terminus
FONTS= \
@@ -15,6 +16,7 @@
12x24.fnt.gz \
14x28.fnt.gz \
16x32.fnt.gz \
+ 32x64.fnt.gz \
FILES= ${FONTS} INDEX.fonts
FILESDIR= /boot/fonts
@@ -45,6 +47,8 @@
${COMPRESS_CMD} ${.ALLSRC} > ${.TARGET}
16x32.fnt.gz: 16x32.fnt
${COMPRESS_CMD} ${.ALLSRC} > ${.TARGET}
+32x64.fnt.gz: 32x64.fnt
+ ${COMPRESS_CMD} ${.ALLSRC} > ${.TARGET}
6x12.fnt: ter-u12n.bdf ter-u12b.bdf
vtfontcvt -o ${.TARGET} ${.ALLSRC}
@@ -82,4 +86,7 @@
16x32.fnt: ter-u32n.bdf ter-u32b.bdf
vtfontcvt -o ${.TARGET} ${.ALLSRC}
+32x64.fnt: spleen-32x64.bdf
+ vtfontcvt -o ${.TARGET} ${.ALLSRC}
+
.include <bsd.prog.mk>
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Jun 28, 1:07 PM (5 h, 28 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34433758
Default Alt Text
D49768.id153480.diff (1 KB)
Attached To
Mode
D49768: stand: Enable Spleen 32x64 font in the bootloader
Attached
Detach File
Event Timeline
Log In to Comment