And in the formatOptions, it looks like options can be passed for ttf using the svg2ttf api. It appears that all fields (url, description, copyright) work except for the version:
vg2ttf: invalid option, version - "0.0.17"
If I try to do just version: 1 then I get:
svg2ttf: version option should be a string
So I'm really confused as to why version is not taking my string
I've got a config file like:
And in the formatOptions, it looks like
options
can be passed forttf
using the svg2ttf api. It appears that all fields (url, description, copyright) work except for the version:If I try to do just
version: 1
then I get:So I'm really confused as to why version is not taking my string