Created
July 19, 2016 22:10
-
-
Save LettError/d354dc01207ca4a20b882f3fb8716647 to your computer and use it in GitHub Desktop.
This file contains 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
size(1000, 1000) | |
thisFontSize = 242 | |
s = FormattedString( | |
txt="fe AV,", | |
font="EamesCenturyModern-Regular", | |
fontSize=312, | |
) | |
textBox(s , (50, 50, width()-50, height()-1.5*50)) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment