Created
July 19, 2016 22:10
-
-
Save LettError/3839ab4eb30dec4c8ca559594f14532f 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