Created
August 30, 2014 20:44
-
-
Save benkiel/9a8e89465becc45ef137 to your computer and use it in GitHub Desktop.
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
fonts = AllFonts() | |
for font in fonts: | |
keys = font.keys() | |
for f in fonts: | |
compare_keys = f.keys() | |
for v in compare_keys: | |
if v not in keys: | |
print v |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment