Function
love.graphics.newFont( filename, size )
Creates a new Font.
Synopsis
font = love.graphics.newFont( filename, size )
Parameters
filename string The filepath to the font file.
size = 12 number The size of the font.
Returns
font Font A Font object which can be used to draw text on screen.
Copyright © 2006-2010 LÖVE Development Team.