Add a C file generator for TrueType fonts

In order to be able to optimize the output better, add my own TTF
generator. Fortunately, freetype-py handles all of the hard work.

The generator is not yet integrated.
This commit is contained in:
2019-06-26 09:02:34 -07:00
parent 125ddfb687
commit 5cfa22c650
5 changed files with 2838 additions and 1 deletions

3
.gitignore vendored
View File

@@ -2,4 +2,5 @@
*.o
*.bin
*.elf
build
build
*.pyc