[morx] Recognize MorphType as another type of lookup
Currently, this makes no difference at all. Later, we'll use this for dispatching AAT lookup types in the same way how we already dispatch OpenType lookup types.
This commit is contained in:
parent
f56b71937d
commit
b00e2dfec4
@ -96,7 +96,7 @@ class BaseConverter(object):
|
||||
self.aux = aux
|
||||
self.tableClass = tableClass
|
||||
self.isCount = name.endswith("Count") or name in ['DesignAxisRecordSize', 'ValueRecordSize']
|
||||
self.isLookupType = name.endswith("LookupType")
|
||||
self.isLookupType = name.endswith("LookupType") or name == "MorphType"
|
||||
self.isPropagated = name in ["ClassCount", "Class2Count", "FeatureTag", "SettingsCount", "VarRegionCount", "MappingCount", "RegionAxisCount", 'DesignAxisCount', 'DesignAxisRecordSize', 'AxisValueCount', 'ValueRecordSize']
|
||||
|
||||
def readArray(self, reader, font, tableDict, count):
|
||||
|
Loading…
x
Reference in New Issue
Block a user