NAME
SDL::Font - a SDL perl extension
SYNOPSIS
$font
= new Font
"Font.png"
;
$font
->
use
();
DESCRIPTION
SDL::Font provides a mechanism
for
loading and using SFont style
fonts. To create a new font, simply create a new instance of the class
Font, passing it the name of the image file that contains the SFont.
shown above. Perl will automagically deallocate all of the buffers.
For further details see the file SFont-README in this distribution.
AUTHOR
David J. Goehrig
SEE ALSO
perl(1) SDL::Surface(3)