This is the Rasterizing filter for nodesignfoundry.com
It gets hinted outlines from a hinted file and turns it into a font.
- Install it with
python -m pip install ndf_rasterizer - You run the tool in terminal via
ndf_rasterizer <hinted font> <font size>. This will rasterize the font and output.ufofile next to your input file. - There is additional argument
--output-dirthat will save the.ufofile to given folder
- Find a way how to remove
scipydependency (numpy version was too slow) - Turn this into a CLI