Fixed the pod path in archive
[sdlgit/SDL_perl.git] / lib / pods / SDL / Font.pod
CommitLineData
896b04ee 1=pod
2
896b04ee 3=head1 NAME
4
5SDL::Font - a SDL perl extension
6
7=head1 SYNOPSIS
8
9 $font = new Font "Font.png";
10 $font->use();
11
12=head1 DESCRIPTION
13
14L<SDL::Font> provides an interface to loading and using SFont style
15fonts with L<SDL::Surface> objects.
16
472bc0a1 17=head1 METHOD
18
19=head2 use(font)
20
21Use the SDL::Font given as first parameter.
22
896b04ee 23=head1 AUTHOR
24
25David J. Goehrig
26
27=head1 SEE ALSO
28
29L<perl> L<SDL::Surface>
30
31=cut