Applied Magnet's Patch
[sdlgit/SDL_perl.git] / lib / docs / Font.pod
CommitLineData
896b04ee 1=pod
2
3
4=head1 NAME
5
6SDL::Font - a SDL perl extension
7
8=head1 SYNOPSIS
9
10 $font = new Font "Font.png";
11 $font->use();
12
13=head1 DESCRIPTION
14
15L<SDL::Font> provides an interface to loading and using SFont style
16fonts with L<SDL::Surface> objects.
17
18=head1 AUTHOR
19
20David J. Goehrig
21
22=head1 SEE ALSO
23
24L<perl> L<SDL::Surface>
25
26=cut