Skip to content

Commit

Permalink
Merge pull request #1059 from googlefonts/fontc-no-autohint
Browse files Browse the repository at this point in the history
[fontc] Disable autohinting
  • Loading branch information
m4rc1e authored Nov 5, 2024
2 parents ad287cc + 27b013a commit bb38850
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Lib/gftools/builder/fontc.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ def modify_config(self, config: dict):
config["buildWebfont"] = False
config["buildSmallCap"] = False
config["splitItalic"] = False
# disable running ttfautohint, because we had a segfault
config["autohintTTF"] = False
# set --no-production-names, because it's easier to debug
extra_args = config.get("extraFontmakeArgs") or ""
extra_args += " --no-production-names --drop-implied-oncurves"
Expand Down

0 comments on commit bb38850

Please sign in to comment.