OWBasic Standard Library

Group STD Home INTRO Alphabetical Index

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
0Normal
1Bold
2Fixed
3Large
4Small
5Very small

Gruoup STD Home INTRO Alphabetical Index