Skip to content

Commit

Permalink
Merge pull request #1077 from daltonmaag/no-mac-names
Browse files Browse the repository at this point in the history
Do not add Mac names when populating the STAT table
  • Loading branch information
m4rc1e authored Jan 23, 2025
2 parents b025165 + 875b190 commit a32011c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/gftools/stat.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,4 +127,4 @@ def gen_stat_tables_from_config(stat, varfonts, has_italic=None, locations=None)
if filename not in locations:
raise ValueError("Filename %s not found in locations" % filename)
locations = locations[filename]
buildStatTable(ttFont, this_stat, locations=locations)
buildStatTable(ttFont, this_stat, locations=locations, macNames=False)

0 comments on commit a32011c

Please sign in to comment.