Drawing Text with Word Wrapping
W_DRAW text$, x%, y% [, font%=0]
The string text is drawn at the position (x,y). The font font is used. If the text width exceeds the screen position given by w_maxr , it is wrapped.
font | |
0 | Normal |
1 | Bold |
2 | Fixed |
3 | Large |
4 | Small |
5 | Very small |
|