convert_font icon indicating copy to clipboard operation
convert_font copied to clipboard

Added output file name option

Open naveed-ahmad opened this issue 7 years ago • 0 comments

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

naveed-ahmad avatar Mar 02 '17 00:03 naveed-ahmad