Skip to content

Instantly share code, notes, and snippets.

@agyeiarcher
Last active October 21, 2019 16:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save agyeiarcher/8b1b57854825dfc2f970dcb9d2a0b30a to your computer and use it in GitHub Desktop.
Save agyeiarcher/8b1b57854825dfc2f970dcb9d2a0b30a to your computer and use it in GitHub Desktop.
A simple script to update the current view for all current glyph windows to the one in the current glyph window, for easy switching between master glyphs.
from mojo.UI import *
f=CurrentFont()
g=FindGlyph(f)
for k in AllFonts():
OpenGlyphWindow(k[g.name])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment