convert_font
convert_font copied to clipboard
Added output file name option
Recently converted few font files to svg, after few optimization converted svg back to fonts using another tool. Tried converting those ttf fonts again to svg and gem was rewriting fonts with same filename. Quickly added option to pass output file name.
convert_font convert -i path/to/ttf_font.ttf -f svg -d path/to/destination -o new_font_name