LoginLogin
Nintendo shutting down 3DS + Wii U online services, see our post

Big letters

Root / Programming Questions / [.]

ImasheepCreated:
I want to display big 5-15 letter sentences in Red Green, and blue on the bottom half of the top screen...maybe bottom screen, when I press the A button. I got the A button thing down.They will be 5 sentences. How would I do it?

The easiest way would be to draw the text with graphics using GPUTCHR GPUTCHR X,Y,STRING$,SCALE_X,SCALE_Y

The easiest way would be to draw the text with graphics using GPUTCHR GPUTCHR X,Y,STRING$,SCALE_X,SCALE_Y
May I have an example? I got the display part but I can't get the scale part

GPUTCHR 0,0,"Text",2,2 would be twice the size normal text while 1,1 at the end would be normal size