Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 872 Bytes

TODO.md

File metadata and controls

23 lines (12 loc) · 872 Bytes

TODO

Make font generating script more portable and reusable :

  1. Generate OTF from multiple layers SFD file genfont.py

    Usage: python2 ./genfont.py <sfd file> <font family> <font extension>

python2 ./genfont.py boontook-master.sfd BoonTook otf

  1. Hint OTF with AFDKO autohint

./hintotf.sh

Hint TTF with ttfautohint

  1. Generate TTF from hinted OTF with Freetype ttfautohint

./hintttf.sh

  1. Generate WOFF, WOFF2 (EOT and SVG? No, I suppose not) with sfnt2woff, woff2_compress, mkeot or eotlitetool

./ttf2webfont.sh