@raphael
Sequel of yesterday's post on #skelefont . I made a fork here: https://gitlab.com/svilayphiou/skelefont
If you launch the script as usual, it produces an .otf just like before, but without passing through potrace (I left the old code commented but we could remove it).
If you add `-s True` in the command-line, it will generate 2 files: a .ufo and an .svg file.
I don't understand why the .svg font closes the path although the .ufo is fine.
Generating the .svg from the .ufo in Fontforge GUI has the same behaviour...
TODO:
- adding parameters in the command-line for `Fontforge.stroke()` params.
- not sure why the param "-s" is always true even if you say "-s False" (I'm not used to argparse)
- debug the .svg font to be able to use it as a Hershey text
It's already great that #Fontforge stopped closing opened paths for the .ufo. Now we have to dig into the .svg problem... If someone knows why, please shout!