Function
love.graphics.printf( text, x, y, limit, align )
Draws formatted text, with word wrap and alignment.
Synopsis
love.graphics.printf( text, x, y, limit, align )
Parameters
text string A text string.
x number The position on the x-axis.
y number The position on the y-axis.
limit number Wrap the line after this many horizontal pixels.
align = "left" AlignMode The alignment.
See Also
love.graphics.print  
Copyright © 2006-2010 LÖVE Development Team.