Difference between revisions of "gc:getStringHeight"

From Inspired-Lua Wiki
Jump to navigation Jump to search
(Created page with "gc:'''getStringWidth''' is a function that is part of the gc. Returns a number : the string's height in pixels. {{Since|3.0}} == Syntax == gc:'''getStringHei...")
(No difference)

Revision as of 15:01, 11 July 2011

gc:getStringWidth is a function that is part of the gc.

Returns a number : the string's height in pixels.

This has been introduced in TI-Nspire OS 3.0 (Changes).


Syntax

gc:getStringHeight(string)

Parameter Type Description
string
string The string you want to have the height of.

Example

width = getStringHeight("hello")

See also