View compare2charsets.py
from robofab.interface.all.dialogs import SelectFont | |
markCounterpartsOfMissing = (1, 0, 0, 1) | |
# mark color for glyphs missing in the other font | |
# set to None for none, otherwise (r, g, b, a) tuple | |
f1 = SelectFont("Select 'Master' font:") | |
f2 = SelectFont("Select font to compare:") | |
if f1 is not None and f2 is not None: |