The current way to convert TTF font files to headers it to manually change the ttf2headerC = True line in the python script which is a bit cumbersome for scripting/automation. A simple --ttf2headerC flag could help.
An implementation example can be found in this PR: #49
The current way to convert TTF font files to headers it to manually change the
ttf2headerC = Trueline in the python script which is a bit cumbersome for scripting/automation. A simple --ttf2headerC flag could help.An implementation example can be found in this PR: #49