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
import Quartz | |
import AppKit | |
import os.path | |
from mojo.UI import CurrentSpaceCenterWindow | |
# get a path for a png file next to the ufo | |
path_base = os.path.splitext(CurrentFont().path)[0] | |
path = path_base + ".png" |