adobe-type-tools / opentype-svg

Tools and sample files for making OpenType-SVG fonts
MIT License
212 stars 17 forks source link

fonts2svg.py -o #1

Closed Arno-Enslin closed 7 years ago

Arno-Enslin commented 7 years ago

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.

Arno-Enslin commented 7 years ago

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.