Gets the line height.

This will be the value previously set by [[Font:setLineHeight]], or <code>1.0</code> by default.
== Function ==
=== Synopsis ===
<source lang="lua">
height = Font:getLineHeight( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|number|height|The current line height.}}
== See Also ==
* [[parent::Font]]
* [[Font:setLineHeight]]
[[Category:Functions]]
{{#set:Description=Gets the line height. }}
{{#set:Since=000}}
== Other Languages ==
{{i18n|Font:getLineHeight}}