nS_Text(x#, y#, sstring$, [centre_x%=False], [centre_y%=False], [font%=-1], [width_limit#=-1], [line_height#=-1], [trimword%=True]) Function
Description:
Displays a string on screen, with the possibility of word wrapping

Parameters:
x# = X position
y# = Y position
sstring$ = String to draw
centre_x% [Default value = False] = Centre on the X axis if TRUE
centre_y% [Default value = False] = Centre on the Y axis if TRUE
font% [Default value = -1] = Font to use (-1 = default)
width_limit#
[Default value = -1] = Maximum width in pixel of the word wrapping (-1 = no width limit)
line_height#
[Default value = -1] = Number of vertical pixels to skip on every new line (-1 = font height)
trimword%
[Default value = True] = If set to TRUE, will trim word and spaces correctly

Return value:
None



Documentation generated by Cod2Doc on 24 Oct 2005.