Created
March 5, 2020 14:51
-
-
Save tonybolanyo/db65ccebdcbc2dca27ea38575ef7790d to your computer and use it in GitHub Desktop.
Extract SVG from ttf font using fontforge
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fontforge -lang=ff -c 'Open($1); SelectWorthOutputting(); foreach Export("svg"); endloop;' foo.ttf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
thank you :)