adding a bit more documentation

This commit is contained in:
Adam Mayer 2018-01-09 12:36:35 -05:00
parent 308c88f67e
commit 3aa063ef79
1 changed files with 8 additions and 0 deletions

View File

@ -8,3 +8,11 @@ consolidated ROM image built by concatenating the three individual roms.
`test_extractor.py` is a script for extracting the self-test commands from the consolidated
ROM file.
'font_extract.py' extracts the font as a set of SVG files. 'font_to_pickled_dict.py' generates
two pickle files, one with the font and another with the point markers. Each pickle file contains
a single dictionary mapping characters to the raw sequence of bytes that represents the glyph in
the Apple 410's native format.
'ff_import.py' is a rough script for importing the SVGs into fontforge. The generated font will
require a lot of manual cleanup.