fontmake
v1.0.0
Published
Make font from SVG files
Readme
fontmake
Make TTF font from SVG files.
Installation
$ npm install --global fontmakeUsage
Save the filename of SVG file as {Unicode code point}-{Glyph name}.svg.
Then execute the following command:
$ fontmake fontname /path/to/*.svgIt is output to <fontname>.ttf.
