I’ve been using texteditor
in readOnly(1)
mode to create a block of text within a GUI. I noticed that fontSize
is ignored until the GUI is closed and then reopened, as in the video:
Rather than importing a text file, I prefer to just create the text within cabbage code using the
text("")
identifier (this Easter egg is not mentioned in the docs). New lines \n
are interpreted correctly, which is nice, but commas interrupt the block of text with nothing after them being printed