love.graphics.getFont

Gets the current Font object.

Function

Synopsis

font = love.graphics.getFont( )

Arguments

None.

Returns

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

See Also


Other Languages