From 875b190a588573d05829407ba48de1b16c76f2ad Mon Sep 17 00:00:00 2001 From: Harry Dalton Date: Wed, 22 Jan 2025 19:12:53 +0000 Subject: [PATCH] Do not add Mac names when populating the STAT table --- Lib/gftools/stat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/gftools/stat.py b/Lib/gftools/stat.py index 27ae32b9..f6965684 100644 --- a/Lib/gftools/stat.py +++ b/Lib/gftools/stat.py @@ -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)