Difference between revisions of "Font:setLineHeight"

m (Add link to getter.)
Line 14: Line 14:
 
== See Also ==
 
== See Also ==
 
* [[parent::Font]]
 
* [[parent::Font]]
 +
* [[Font:getLineHeight]]
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Sets the line height.}}
 
{{#set:Description=Sets the line height.}}

Revision as of 07:49, 19 March 2015

Sets the line height. When rendering the font in lines the actual height will be determined by the line height multiplied by the height of the font. The default is 1.0.

Function

Synopsis

Font:setLineHeight( height )

Arguments

number height
The new line height.

Returns

Nothing.

See Also


Other Languages