Function
Font:getWidth( line )
Determines the horizontal size a line of text needs. Does not support line-breaks.
Synopsis
width = Font:getWidth( line )
Parameters
line number A line of text.
Returns
width number The width of the line.
Copyright © 2006-2010 LÖVE Development Team.