From 3aa063ef790994574eebc56bc6c78a7085be8878 Mon Sep 17 00:00:00 2001 From: Adam Mayer Date: Tue, 9 Jan 2018 12:36:35 -0500 Subject: [PATCH] adding a bit more documentation --- roms/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/roms/README.md b/roms/README.md index 740be97..7abe68f 100644 --- a/roms/README.md +++ b/roms/README.md @@ -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. +