fontmap.py:
Maps glyph images to characters via the file name notation and then outputs a font json
fontutils.py:
Contains functions and variables that are used by both fontmap.py and glyphpos.py
glyphpos.py:
Since the game now draws glyphs directly from their image, a glyph’s placement within its image is very important. glyphpos.py is a helper script to mass (re)position the glyphs within their images.