Difference between revisions of "Font:getLineHeight"

m (1 revision: Importing from potato (again).)
(languages section)
Line 1: Line 1:
 
 
Gets the line height.  
 
Gets the line height.  
 
This will be the value previously set by [[Font:setLineHeight]], or <code>1.0</code> by default.
 
This will be the value previously set by [[Font:setLineHeight]], or <code>1.0</code> by default.
Line 16: Line 15:
 
{{#set:Description=Gets the line height.  
 
{{#set:Description=Gets the line height.  
 
}}
 
}}
 +
 +
== Other Languages ==
 +
{{i18n|Font:getLineHeight}}

Revision as of 13:16, 17 November 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


Other Languages