Font:getWidth

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

Function

Synopsis

width = Font:getWidth( line )

Arguments

string line
A line of text.

Returns

number width
The width of the line.

See Also


Other Languages