-
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
TypeRig/Lib/typerig/proxy/fl/objects/glyph.py
Line 530 in 85cf3dc
| font = pFont(self.parent) |
Traceback (most recent call last):
File "<string>", line 24, in <module>
File "C:\Users\LG\Desktop\TypeRig\Lib\typerig\proxy\fl\objects\glyph.py", line 533, in addComponents
font = pFont(self.parent)
^^^^^
NameError: name 'pFont' is not defined. Did you mean: 'font'?
typerig.proxy.fl.objects.font package is not imported in the file, so pFont instance cannot be created.
Metadata
Metadata
Assignees
Labels
No labels