Make Glyph Nanny work with the new master of defcon.
Closed this issue · 3 comments
typesupply commented
- Representation factories moved.
- Most objects can have their own representations now.
typemytype commented
I would propose to move registration of representations to a startUp script. You don't have to test it anymore and you are sure it will be executed only once, during startup
typemytype commented
you could use version
to test
from mojo.roboFont import version
print version
typesupply commented
Done in the Merz rebuild.