SDL::Font - a SDL perl extension



NAME

SDL::Font - a SDL perl extension


SYNOPSIS

  $font = new Font "Font.png";
  $font->use();
        
=head1 DESCRIPTION

the SDL::Font manpage provides an interface to loading and using SFont style fonts with the SDL::Surface manpage objects.


AUTHOR

David J. Goehrig


SEE ALSO

the perl manpage the SDL::Surface manpage

 SDL::Font - a SDL perl extension