multiple lines on a monitor and displaying different messages #1914
Answered
by
SquidDev
Experiment668
asked this question in
Q&A
-
i have a 2H x 5L advanced monitor and i was hoping for some adives on how to dislpay text on multiple lines and how to cahnge a line of text between messages |
Beta Was this translation helpful? Give feedback.
Answered by
SquidDev
Jul 28, 2024
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Do you want to scale down all the text (in which case you can just reduce the argument to
m.setTextScale
or just the bottom line?The latter of these is much harder, as CC only supports a single font size for the whole monitor (much like a computer terminal). It's technically possible to emulate this with something like bigfont, which draws larger text using CC's special "drawing characters", but I'm not sure I'd recommend it if you're just starting out with CC.