t = font:TextWidth(text, len)
font:TextWidth() gets the total width of the text, the number of characters, and
the number of words.
This method returns a table that has the following fields initialized:
NumChars:
NumWords:NumSpace instead (see below).
Width:
NumSpace:In case of an error, all table elements will be set to 0.