TEXTWIDTH
n = TEXTWIDTH (s)
Returns the text width of string s in pixel.
TXTW is equivalent to TEXTWIDTH.
Example
print textwidth("Hello world") ' Output: 88Code samples using TEXTWIDTH
n = TEXTWIDTH (s)
Returns the text width of string s in pixel.
TXTW is equivalent to TEXTWIDTH.
print textwidth("Hello world") ' Output: 88