Function
love.graphics.newFont( filename )
Synopsis
var = love.graphics.newFont( filename )
Arguments
filename The filepath to the font file.
Returns
Font A Font object containing the font data.
Copyright © 2006-2008 LÖVE Development Team.