Gets the height of the Font.
The height of the font is the size including any spacing; the height which it will need.
== Function ==
=== Synopsis ===
<source lang="lua">
height = Font:getHeight( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|number|height|The height of the Font in pixels.}}
== See Also ==
* [[parent::Font]]
[[Category:Functions]]
{{#set:Description=Gets the height of the Font in pixels.}}
{{#set:Since=000}}
== Other Languages ==
{{i18n|Font:getHeight}}