From 5683f88d360c080c6f63db7680364c6acbc71880 Mon Sep 17 00:00:00 2001 From: Ray Chason Date: Wed, 5 Oct 2022 20:25:34 -0400 Subject: [PATCH] A note on makefonts.lua --- sys/msdos/fonts/README.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sys/msdos/fonts/README.txt diff --git a/sys/msdos/fonts/README.txt b/sys/msdos/fonts/README.txt new file mode 100644 index 000000000..52848f525 --- /dev/null +++ b/sys/msdos/fonts/README.txt @@ -0,0 +1,7 @@ +The script makefont.lua converts the Terminus fonts from the BDF sources to +PSF version 2 for use by the MS-DOS NetHack. The directory sys/msdos/fonts +receives the converted fonts. + +makefont.lua is specifically meant for use with NetHack; it rearranges the +input glyphs so the first 256 positions conform to IBM437. The fonts can then +support IBMGraphics without using the Unicode table.