You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
minw0525
changed the title
pGlyph.addComponents not working
FL8pGlyph.addComponents not working
Jan 22, 2024
minw0525
changed the title
FL8pGlyph.addComponents not working
FL8: Glyph.addComponents not working
Jan 22, 2024
minw0525
changed the title
FL8: Glyph.addComponents not working
FL8: pGlyph.addComponents not working
Jan 22, 2024
When I executed the addComponent method after adding the import pfont statement, the following error occurred when executing the flLayer.setGlyphComponent method.
Traceback (most recent call last):
File "<string>", line 61, in <module>
TypeError: argument type must be Int!
Other functions using the flLayer.setGlyphComponent API, such as pFont.newGlyphFromRecipe, also did not work.
flLayer.setGlyphComponent API works normally in fl7, but flLayer.setGlyphComponent seems to no longer work properly as the version goes up to fl8.
TypeRig/Lib/typerig/proxy/fl/objects/glyph.py
Line 530 in 85cf3dc
typerig.proxy.fl.objects.font package is not imported in the file, so pFont instance cannot be created.
The text was updated successfully, but these errors were encountered: