Difference between revisions of "Font:getHeight"

m (1 revision: Imported docs from potato.)
Line 1: Line 1:
  
 
+
Gets the height of the Font.
 +
The height of the font is the size including any spacing; the height which it will need.
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===
Line 13: Line 14:
 
* [[parent::Font]]
 
* [[parent::Font]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=}}
+
{{#set:Description=Gets the height of the Font.
 +
}}

Revision as of 16:17, 14 February 2010

Gets the height of the Font. The height of the font is the size including any spacing; the height which it will need.

Function

Synopsis

height = Font:getHeight( )

Arguments

None.

Returns

number height
The height of the Font.

See Also