Ttfautohint settings to match Glyphs export

Hi! I am trying to build a font from glyphs source in a headless virtual environment. People have been noticing that it produces a very different result in terms of hinting compared to export directly from the app. Examples: FiraCode 5.1 looks broken at 11pt · Issue #1075 · tonsky/FiraCode · GitHub

Is it possible to set up ttfautohint to do exactly what Glyphs does on TTF export? This is the command I am using right now:

ttfautohint --detailed-info ${file} ${file}.hinted --stem-width-mode nnn --composites

What am I missing?

This is what glyphs is using: --no-info --ignore-restrictions.

1 Like