[varLib] Comment

This commit is contained in:
Behdad Esfahbod 2018-11-09 09:57:09 -05:00
parent 0a0fc2a09e
commit fa303ea07a

View File

@ -371,6 +371,9 @@ def _ClassDef_merge_classify(lst, allGlyphs=None):
return self, classes
# It's stupid that we need to do this here. Just need to, to match test
# expecatation results, since ttx prints out format of ClassDef (and Coverage)
# even though it should not.
def _ClassDef_calculate_Format(self, font):
fmt = 2
ranges = self._getClassRanges(font)