TEXTHEIGHT
n = TEXTHEIGHT (s)
Returns the text height of string s
in pixel.
TXTH is equivalent to TEXTHEIGHT.
Example
print txtheight("Hello world") ' Output: 19
Code samples using TEXTHEIGHT
n = TEXTHEIGHT (s)
Returns the text height of string s
in pixel.
TXTH is equivalent to TEXTHEIGHT.
print txtheight("Hello world") ' Output: 19