Open glyph in new window ↩
By default, you can only have one Glyph Window open at once in RoboFont. But in some situations, it might be useful to have more glyph windows open.
from mojo.UI import OpenGlyphWindow
g = CurrentGlyph()
if g is not None:
OpenGlyphWindow(g, newWindow=True)