{{newin|[[0.9.0]]|090|type=function}}
Gets the baseline of the Font.
Most scripts share the notion of a baseline: an imaginary horizontal line on which characters rest. In some scripts, parts of glyphs lie below the baseline.
== Function ==
=== Synopsis ===
<source lang="lua">
baseline = Font:getBaseline( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|number|baseline|The baseline of the Font in pixels.}}
== See Also ==
* [[parent::Font]]
* [[Font:getAscent]]
* [[Font:getDescent]]
[[Category:Functions]]
{{#set:Description=Gets the baseline of the Font in pixels.}}
== Other Languages ==
{{i18n|Font:getBaseline}}