Skip to content

Instantly share code, notes, and snippets.

@pathumego
Last active July 17, 2017 14:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pathumego/a3526688a89b2470b93dd00e84816d3c to your computer and use it in GitHub Desktop.
Save pathumego/a3526688a89b2470b93dd00e84816d3c to your computer and use it in GitHub Desktop.
#ttfa on a folder
for filename in *.ttf
do
ttfautohint -n "${filename}" "../${filename}"
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment