Skip to content

Instantly share code, notes, and snippets.

@jikuja
Last active June 4, 2023 13:10
Show Gist options
  • Save jikuja/f7e43f8718124044ae9ea143f5b983fc to your computer and use it in GitHub Desktop.
Save jikuja/f7e43f8718124044ae9ea143f5b983fc to your computer and use it in GitHub Desktop.
Convert font glyphs to SVGs
fontforge -lang=ff -c 'Open($1);SelectAll();UnlinkReference();Export($2);' "$FONT" "${OUTPUT}/%n_%e.svg"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment