Changes

Jump to navigation Jump to search

gc:getStringWidth

14 bytes removed, 16:46, 17 December 2013
m
Line 12: Line 12:  
! Parameter !! Type !! Description
 
! Parameter !! Type !! Description
 
|-
 
|-
| <u><center>string</center></u> || string || The string you want to have the width of.
+
| <u><center>string</center></u> || string || The string you want to get the width of.
 
|-
 
|-
 
|}
 
|}
    
== Example  ==
 
== Example  ==
<syntaxhighlight>width = gc:getStringWidth("hello") -- width = 5</syntaxhighlight>
+
<syntaxhighlight>width = gc:getStringWidth("hello")</syntaxhighlight>
    
== See also  ==
 
== See also  ==

Navigation menu