Closed ohitsdaniel closed 7 years ago
Closes #6
There is now a static textAppearance attribute. This uses a standard dictionary, setting the font to Menlo 12 and the font color to white.
Using this attribute, you change the standard appearance of the console output.
Do you think textAppearance is a proper variable name? 🤔
I'd probably call it "textAttributes", it's just closer to what it actually is, a dictionary of attributes.
But either are fine to be honest.
Looks good from here! Great work! 🚀 🎉
Implemented the functionality to use formatted strings to print to TinyConsole.
Also added a error(_:String) function which prints fancy red text.