{{newin|[[0.10.0]]|100|type=function}}
Gets the [[Font]] used with the [[Text]] object.

== Function ==
=== Synopsis ===
<source lang="lua">
font = Text:getFont( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|Font|font|The font used with this Text object.}}

== See Also ==
* [[parent::Text]]
* [[Text:setFont]]
[[Category:Functions]]
{{#set:Description=Gets the [[Font]] used with the [[Text]] object.}}
== Other Languages ==
{{i18n|Text:getFont}}