Full Screen + Second Screen
-
Hi,
Okay this may be a bit too ambitious:
Is it possible to full screen RoboFont in single window mode and have a SpaceCenter (full screen) on a second screen?Now I just maximize RF on one screen and open an new SC on the second.
Hope your response is: 'That's easy [some code]' ;)
-
Seconds screens is always a mess with full screens.
You could open a new Space Center in single window mode:
from mojo.UI import OpenSpaceCenter font = CurrentFont() if font: OpenSpaceCenter(font)
good luck!