love.graphics:draw( string, x, y, limit )
Draws text in the current color, with word wrap.
Usage
love.graphics:draw( string, x, y, limit )Arguments
stringA text string.
xThe position on the x-axis.
yThe position on the y-axis.
limitWrap the line after this many horizontal pixels.
Returns
Nothing