Skip to content

Instantly share code, notes, and snippets.

View casasin's full-sized avatar

Joancarles Casasin casasin

View GitHub Profile
@casasin
casasin / compareGlyphOrders.py
Created June 25, 2015 11:40
Compare all open fonts glyphOrder to the current font's.
# compareGlyphOrders.py
"""
Compare all open fonts glyphOrder to the current font's.
"""
current = CurrentFont()
fonts = AllFonts()[1:]