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