Skip to content

Commit

Permalink
add support for tempLib
Browse files Browse the repository at this point in the history
  • Loading branch information
typemytype committed Jun 11, 2024
1 parent 01c89d0 commit 18de5c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Lib/ufoProcessor/ufoOperator.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ def __init__(self, pathOrObject=None, ufoVersion=3, useVarlib=True, extrapolate=
self.useVarlib = useVarlib
self._fontsLoaded = False
self.fonts = {}
self.tempLib = {}
self.roundGeometry = False
self.mutedAxisNames = None # list of axisname that need to be muted
self.strict = strict
Expand Down

0 comments on commit 18de5c6

Please sign in to comment.