Difference between revisions of "Font:getWidth"

m (1 revision: Importing from potato (again).)
(No difference)

Revision as of 16:17, 14 February 2010

Determines the horizontal size a line of text needs. Does not support line-breaks.

Function

Synopsis

width = Font:getWidth( line )

Arguments

number line
A line of text.

Returns

number width
The width of the line.

See Also