The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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