Function
love.graphics.drawf( string, x, y, limit, align )
Draws text in the current color, with word wrap and alignment.
Synopsis
love.graphics.drawf( string, x, y, limit, align )
Arguments
string A text string.
x The position on the x-axis.
y The position on the y-axis.
limit Wrap the line after this many horizontal pixels.
align The alignment
Returns
(Nothing)
Copyright © 2006-2008 LÖVE Development Team.