Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 189 Bytes

632-graphics-textwidth.markdown

File metadata and controls

15 lines (8 loc) · 189 Bytes

TEXTWIDTH

n = TEXTWIDTH (s)

Returns the text width of string s in pixel.

TXTW is equivalent to TEXTWIDTH.

Example

print textwidth("Hello world")      ' Output: 88