Difference between revisions of "Font:getLineHeight"

m (Add link.)
Line 12: Line 12:
 
== See Also ==
 
== See Also ==
 
* [[parent::Font]]
 
* [[parent::Font]]
 +
* [[Font:setLineHeight]]
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Gets the line height. }}
 
{{#set:Description=Gets the line height. }}

Revision as of 13:42, 22 December 2014

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