Wrong typo for instance. generate() arguments in API

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

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