Difference between revisions of "gc:getStringHeight"
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...") |
m |
||
(One intermediate revision by the same user not shown) | |||
Line 12: | Line 12: | ||
! Parameter !! Type !! Description | ! Parameter !! Type !! Description | ||
|- | |- | ||
− | | <u><center>string</center></u> || string || The string you want to | + | | <u><center>string</center></u> || string || The string you want to get the height of. |
|- | |- | ||
|} | |} | ||
== Example == | == Example == | ||
− | <syntaxhighlight> | + | <syntaxhighlight>height = getStringHeight("hello")</syntaxhighlight> |
== See also == | == See also == |
Latest revision as of 16:31, 24 August 2015
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 | The string you want to get the height of. |
Example
height = getStringHeight("hello")
See also