Changes

Jump to navigation Jump to search

gc:getStringHeight

506 bytes added, 15:01, 11 July 2011
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..."
gc:'''getStringWidth''' is a function that is part of the [[:Category:gc|gc]].

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

{{Since|3.0}}

== Syntax ==
gc:'''getStringHeight'''(string)

{| class="wikitable"
|-
! Parameter !! Type !! Description
|-
| <u><center>string</center></u> || string || The string you want to have the height of.
|-
|}

== Example ==
<syntaxhighlight>width = getStringHeight("hello")</syntaxhighlight>

== See also ==
*[[gc:getStringWidth]]

<br /><br />

[[Category:gc]]

Navigation menu