love.graphics.newFont
Creates a new Font.
Contents
Function
Synopsis
font = love.graphics.newFont( filename, size )
Arguments
Returns
Font font
- A Font object which can be used to draw text on screen.
Function
This variant uses the default font (Vera Sans) with a custom size.
Synopsis
font = love.graphics.newFont( size )
Arguments
number size (12)
- The size of the font.
Returns
Font font
- A Font object which can be used to draw text on screen.