Views
Font:getWidth
Determines the horizontal size a line of text needs. Does not support line-breaks.
Contents |
Function
Synopsis
width = Font:getWidth( line )
Arguments
number line
- A line of text.
Returns
number width
- The width of the line.
Determines the horizontal size a line of text needs. Does not support line-breaks.
Contents |
number line
number width