Difference between revisions of "Font:getLineHeight"

m (1 revision: Imported docs from potato.)
Line 1: Line 1:
  
 
+
Gets the line height.
 +
This will be the value previously set by [[Font:setLineHeight]], or <code>1.0</code> by default.
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===
Line 13: Line 14:
 
* [[parent::Font]]
 
* [[parent::Font]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=}}
+
{{#set:Description=Gets the line height.
 +
}}

Revision as of 16:17, 14 February 2010

Gets the line height. This will be the value previously set by Font:setLineHeight, or 1.0 by default.

Function

Synopsis

height = Font:getLineHeight( )

Arguments

None.

Returns

number height
The current line height.

See Also