parent
d4d1224574
commit
16a0519f8a
@ -354,7 +354,7 @@ class DesignSpaceProcessor(DesignSpaceDocument):
|
||||
if oldName != newName:
|
||||
swapGlyphNames(font, oldName, newName)
|
||||
# store designspace location in the font.lib
|
||||
font.lib['designspace'] = instanceDescriptor.location.items()
|
||||
font.lib['designspace'] = list(instanceDescriptor.location.items())
|
||||
return font
|
||||
|
||||
def _instantiateFont(self, path):
|
||||
|
Loading…
x
Reference in New Issue
Block a user