Created
November 6, 2018 17:21
-
-
Save eliheuer/81da1164d41a881b21d82b7f56d6f004 to your computer and use it in GitHub Desktop.
get axes from a variable font
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
font("fonts/Font-VF.ttf") | |
for axis, data in listFontVariations().items(): | |
print((axis, data)) # Get axis info from font |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment