HugoJ
(Hugo Jourdan)
May 30, 2024, 12:45pm
1
Currently :
generate ([format , fontPath , autoHint , removeOverlap , useSubroutines ,
useProductionNames , containers , decomposeSmartStuff ])
Should be :
generate ([Format , FontPath , AutoHint , RemoveOverlap , UseSubroutines ,
UseProductionNames , Containers , DecomposeSmartStuff ])
That should be fixed in the latest cutting edge version. I changed it match docu but also to accept the existing syntax.
So the docu is right and Glyphs was wrong ;).
1 Like
harbortype
(Henrique Beier)
June 12, 2024, 12:27am
3
There is something odd in this function in the current cutting edge (3309):
format="TTF"
generates a TTF file
Format="TTF"
generates an OTF file