[varLib.builder] Fixup
This commit is contained in:
parent
a8f9fa98ec
commit
ce0a32d1a4
@ -145,7 +145,7 @@ def buildDeltaSetIndexMap(varIdxes):
|
|||||||
return None
|
return None
|
||||||
self = ot.DeltaSetIndexMap()
|
self = ot.DeltaSetIndexMap()
|
||||||
self.mapping = mapping
|
self.mapping = mapping
|
||||||
self.Format = 1 if len(varIdxes) > 0xFFFF else 0
|
self.Format = 1 if len(mapping) > 0xFFFF else 0
|
||||||
return self
|
return self
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user