Skip to content

Instantly share code, notes, and snippets.

@desbo
Created August 4, 2015 15:19
Show Gist options
  • Save desbo/f54aab333ce4cd5e11ef to your computer and use it in GitHub Desktop.
Save desbo/f54aab333ce4cd5e11ef to your computer and use it in GitHub Desktop.
fontforge svg ripper
fontforge -lang=ff -c 'Open($1); SelectWorthOutputting(); foreach Export("svg"); endloop;' font.ttf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment