The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

SDL::TTFont - a SDL perl extension

SYNOPSIS

  $font = new TTFont -name => "Utopia.ttf", -size => 18;
        

DESCRIPTION

SDL::TTFont is a module for applying true type fonts to SDL::Surface.

AUTHOR

David J. Goehrig

SEE ALSO

perl SDL::Surface