OWBasic for Pocketviewer

Home INTRO Group GRAPHIC Alphabetical Index

Text Draw

DRAWSTRING s$, x%, y% [,font%=0] [, width%=159]

The string s is drawn at the position (x,y). The font font is used. If the text width exceeds width this part is not drawn.

If with is <0, the s is drawn right aligned to x.


Home INTRO Group GRAPHIC Alphabetical Index