SDL::Font - a SDL perl extension


Back to Top


NAME

SDL::Font - a SDL perl extension

Back to Top


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.

Back to Top


AUTHOR

David J. Goehrig

Back to Top


SEE ALSO

perl the SDL::Surface manpage

Back to Top

 SDL::Font - a SDL perl extension