NAME
SDL::Font - a SDL perl extension
SYNOPSIS
  $font = new Font "Font.png";
  $font->use();
	DESCRIPTION
SDL::Font provides an interface to loading and using SFont style fonts with SDL::Surface objects.
METHOD
use(font)
Use the SDL::Font given as first parameter.
AUTHOR
David J. Goehrig