PRINT only gives you original size so forget about it.
Try this line instead:
GPUTCHR 110,100,"EXAMPLE",3,4,RGB(255,140,0)
You'll see EXAMPLE displayed at coordinates (110,100) roughly the center of the top screen, at 3 times the normal width, 4 times the normal height, in orange. You can omit the RGB part if you just want white, but note that this is the fastest way to get orange text.
0そうだね 未プレイ