DRAW_TEXTSIZE textSize
Purpose Set the default text size to be used by the DRAW_TEXTPOS command

Note: The DRAW_TEXTPOS command can optionally be used without specifying the text size, which allows it to continue using the last used text size. Alternatively you can use this command to set the text size so that the subsequent DRAW_TEXTPOS command will use this known text size.
Parameters
textSize 1 : 6 x 9
2 : 8 x 12
3 : 8 x 15
4 : 12 x 21
5 : 13 x 24
6 : 18 x 32
7 : 26 x 48
Examples DRAW_TEXTSIZE 3
DRAW_TEXTPOS 0,10, "Hello World!"
Comments: "Hello World!" string will be drawn in size 3
See Also DRAW_TEXTPOS

backbutton.gif (507 bytes)  Basic to TBASIC Reference Manual