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.
Gets the current Font object.
font = love.graphics.getFont( )
None.
Font font