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 <code>1.0</code>.
== Function ==
=== Synopsis ===
<source lang="lua">
Font:setLineHeight( height )
</source>
=== Arguments ===
{{param|number|height|The new line height.}}
=== Returns ===
Nothing.
== See Also ==
* [[parent::Font]]
* [[Font:getLineHeight]]
[[Category:Functions]]
{{#set:Description=Sets the line height.}}
{{#set:Since=000}}
== Other Languages ==
{{i18n|Font:setLineHeight}}