Skip to content

FL8: pGlyph.addComponents not working #86

@minw0525

Description

@minw0525

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions