Skip to content

Commit

Permalink
Black
Browse files Browse the repository at this point in the history
  • Loading branch information
behdad committed Dec 18, 2023
1 parent ec9b504 commit aaab754
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Lib/fontTools/varLib/multiVarStore.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ def MultiVarStore_prune_regions(self, *, VarData="VarData"):
ot.MultiVarStore.prune_regions = MultiVarStore_prune_regions
ot.MultiVarStore.subset_varidxes = MultiVarStore_subset_varidxes


def MultiVarStore_get_supports(self, major, fvarAxes):
supports = []
varData = self.MultiVarData[major]
Expand All @@ -214,6 +215,7 @@ def MultiVarStore_get_supports(self, major, fvarAxes):
supports.append(support)
return supports


ot.MultiVarStore.get_supports = MultiVarStore_get_supports


Expand Down

0 comments on commit aaab754

Please sign in to comment.