Made for MakeMIT 2019.
- create virtualenv
- source virtualenv
pip install -r requirements.txt- use
ttxcommand to convert any ttf font to ttx format - MacOS: fix matplotlib backend bugfix
- Generate GCode: see
python main.py -hfor options. - Plot glyphs for testing: see
python plot.py -hfor options.
- TrueType font encoding
- fonttools docs (converting to ttx)
- CamBam single-line fonts
- Quadratic bezier
- How OpenType works


