Does this command runs TTFautohint on the generated fonts?

I would like to know if the command:

i.generate(Format='TTF', FontPath=fp)

runs TTFautohint on the generated fonts or I have to do it manually afterwards.

Thanks in advance.

It should. The generate() method has a Autohint parameter that defaults to True.

Thanks!