adobe-type-tools/opentype-svg

fonts2svg.py -o

Closed this issue · 1 comments

Python 2.7.11
Windows (7)

Command:

python.exe fonts2svg.py C:\Opentype-SVG\Input\font.otf -o Output

Error:

ERROR: C:\Opentype-SVG\-o is not a valid font file path.
ERROR: C:\Opentype-SVG\Output is not a valid font file path.

SVG files are saved in Input\SVGs.


By the way: There is an option "-u" for "do union (instead of intersection) of the fonts' glyph sets".

I think, that -u and -h should be reserved for usage and help.

My fault.

python.exe fonts2svg.py -o Output C:\Opentype-SVG\Input\font.otf

In that order it works. I had tried this order yesterday, but probably I did make a mistake with regard to the path name. So I thought, that the error message came independent from the order.