love.graphics.getFont

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