Skip to content

akivab/ttf-to-line-svgs

Repository files navigation

ttf to line svg

Requirements

  • fontforge, to convert files to SVG format

  • svg, a Python SVG parser (included as submodule)

Description

Explodes a TTF font into a set of SVGs that only use move-to and line-to instructions.

Used in conjunction with the AxiDraw v3 to allow us to write with any font.

Usage:

  ./ttf_to_line_svgs.sh emoji-fonts/EmojiOneColor.otf

The output directory is currently line_svgs, where a directory with

About

Scripts to convert any font to a set of single line SVG files, for use with a CNC or AxiDraw v3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published