SDL::Font.3pm

Langue: en

Autres versions - même langue

Version: 2008-03-05 (mandriva - 01/05/08)

Section: 3 (Bibliothèques de fonctions)

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.

AUTHOR

David J. Goehrig

SEE ALSO

perl SDL::Surface