Posted 18 April 2013 - 07:47 AM
Hey, from what i experienced so far, when you do things like this :
it sets the "Hello" and the "Nice to see you" to TextScale(1).
Is there any way to get around this and have different textscales in one text?
I hope there is. :D/>
Sincerely,
Skampi.
m = peripheral.wrap("back")
m.setTextScale(2)
m.setCursorPos(12, 3)
m.write("Hello")
m.setCursorPos(12, 4)
m.setTextScale(1)
m.write("Nice to see you")
it sets the "Hello" and the "Nice to see you" to TextScale(1).
Is there any way to get around this and have different textscales in one text?
I hope there is. :D/>
Sincerely,
Skampi.