Fix compile of MVAR and STAT tables
This commit is contained in:
parent
3b6648e725
commit
d9e915c925
@ -93,7 +93,7 @@ class BaseConverter(object):
|
||||
self.repeat = repeat
|
||||
self.aux = aux
|
||||
self.tableClass = tableClass
|
||||
self.isCount = name.endswith("Count")
|
||||
self.isCount = name.endswith("Count") or name in ['DesignAxisRecordSize', 'ValueRecordSize']
|
||||
self.isLookupType = name.endswith("LookupType")
|
||||
self.isPropagated = name in ["ClassCount", "Class2Count", "FeatureTag", "SettingsCount", "VarRegionCount", "MappingCount", "RegionAxisCount", 'DesignAxisCount', 'DesignAxisRecordSize', 'AxisValueCount', 'ValueRecordSize']
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user