mirror of
https://github.com/phooky/Apple-410.git
synced 2024-10-31 21:07:02 +00:00
adding a bit more documentation
This commit is contained in:
parent
308c88f67e
commit
3aa063ef79
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user