Difference between revisions of "love.graphics.getFont"

m
Line 13: Line 13:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Gets the current Font object.}}
 
{{#set:Description=Gets the current Font object.}}
 +
{{#set:Since=000}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|love.graphics.getFont}}
 
{{i18n|love.graphics.getFont}}

Revision as of 10:15, 25 March 2011

Gets the current Font object.

Function

Synopsis

font = love.graphics.getFont( )

Arguments

None.

Returns

Font font
The current Font, or nil of none is set.

See Also


Other Languages