Index


NAME

Top

SDL::Font - a SDL perl extension

SYNOPSIS

Top

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

DESCRIPTION

Top

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

METHOD

Top

use(font)

Use the SDL::Font given as first parameter.

AUTHOR

Top

David J. Goehrig

SEE ALSO

Top

perl SDL::Surface