Difference between revisions of "Text:getFont"

(Created page)
 
m
 
Line 1: Line 1:
 
{{newin|[[0.10.0]]|100|type=function}}
 
{{newin|[[0.10.0]]|100|type=function}}
Gets the [[Font]] used with the text.
+
Gets the [[Font]] used with the [[Text]] object.
  
 
== Function ==
 
== Function ==
Line 16: Line 16:
 
* [[Text:setFont]]
 
* [[Text:setFont]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=Gets the [[Font]] used with the text.}}
+
{{#set:Description=Gets the [[Font]] used with the [[Text]] object.}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|Text:getFont}}
 
{{i18n|Text:getFont}}

Latest revision as of 15:40, 24 November 2015

Available since LÖVE 0.10.0
This function is not supported in earlier versions.

Gets the Font used with the Text object.

Function

Synopsis

font = Text:getFont( )

Arguments

None.

Returns

Font font
The font used with this Text object.

See Also

Other Languages