This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: |