This is not working, gives a traceback and the glyph flies away.
Any clue to make it work?
Thanks, –jca
#### code ####
from robofab.pens.filterPen import thresholdGlyph
d = 10
thresholdGlyph(CurrentGlyph(), d)
CurrentGlyph().update()
##############
Traceback:
...
File "/Users/joanca/type apps/RoboFont.app/Contents/Resources/lib/python2.7/robofab/pens/filterPen.py", line 68, in thresholdGlyph
File "lib/fontObjects/robofabWrapper.pyc", line 2303, in appendGlyph
AttributeError: 'dict' object has no attribute 'disableNotifications'