Function
love.graphics.setFont( font )
Set an already-loaded Font as the current font.

This function doesn't allocate a new font and can be used in love.draw

Synopsis
love.graphics.setFont( font )
Parameters
font Font The Font object to use.
Copyright © 2006-2010 LÖVE Development Team.