BSDi qfont These are fully-described and contextualised at https://nabijaczleweli.xyz/content/blogn_t/015-BSDi-qfont.html Pre-builts are available at https://lfs.nabijaczleweli.xyz/0023-BSDi-fonts/ The source for the font is included (BSD-4-Clause-UC). You can sub src/sys/dev/qbus/qfont.c (BSD-3-Clause). Bitmap fonts are not subject to copyright protection, however, so this is moot. You'll need FontForge. potrace, ImageMagick, cc. Run the executables in order, watch for errors. The "too complex for me to understand" error corresponds to the space, which has no curves. Hard strikes for all sizes in 02imagise.strikes (1..16) are generated. The Unicode mappings are in 07-strike.map*. The *-strike.bdf files are all a lie that we need to feed to fontforge as a bitmap font interchange format. Use the *-56.bdf (&c.) ones. In addition to those, you get: + *.otf which include everything + *.sfd which are the FontForge "project" files, if you want to export more formats this is what you want to use + *.allchars which list the characters in the font corresponding to all glyphs + *.pdf which are FontForge demo files + *.pbm* which are the per-glyph images for each size + *.svg which are the SVGs for each glyph at 4x + *-montage* which are the demo images pasted together at 4x, 2px between glyphs Derived from https://git.sr.ht/~nabijaczleweli/amix.fonts