Skip to content

Instantly share code, notes, and snippets.

@tonybolanyo
Created March 5, 2020 14:51
Show Gist options
  • Save tonybolanyo/db65ccebdcbc2dca27ea38575ef7790d to your computer and use it in GitHub Desktop.
Save tonybolanyo/db65ccebdcbc2dca27ea38575ef7790d to your computer and use it in GitHub Desktop.
Extract SVG from ttf font using fontforge
fontforge -lang=ff -c 'Open($1); SelectWorthOutputting(); foreach Export("svg"); endloop;' foo.ttf
@HeIIow2
Copy link

HeIIow2 commented Sep 19, 2022

thank you :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment