Resurrecting fonts from the datasheets for old OSD chips. Whee!
Directory structure is as follows:
-
sources
- Original source datasheets, together with images extracted from them via thepdfimages
command. -
scripts
- Scripts for doing the conversion. -
raw
- Raw 1BPP binary data parsed from the datasheet images usingscripts/parse_bitmaps.py
with the default parameters. -
map
- Character mappings corresponding to the character data inraw
, with one Unicode ID (and optional comment) per line. -
bdf
- BDFs generated fromraw
andmap
files usingscripts/make_bdf.py
. -
kbits
- Source files in Bits'n'Picas format, converted by loading the BDFs in that app and adding metadata.