Fixed the pod path in archive
[sdlgit/SDL_perl.git] / lib / pods / SDL / Tool / Font.pod
CommitLineData
896b04ee 1=pod
2
3=head1 NAME
4
5SDL::Tool::Font - a perl extension
6
7=head1 DESCRIPTION
8
9L<SDL::Tool::Font> provides a unified interface for applying
10True Type and SFont fonts to various surfaces.
11
12=head1 METHODS
13
14=head2 print ( surface, x, y, text ... )
15
16C<SDL::Tool::Font::print> print the given text on the supplied surface
17with the upper left hand corner starting at the specified coordinates.
18
19=head1 AUTHOR
20
21David J. Goehrig
22
23=head1 SEE ALSO
24
25L<perl> L<SDL::Font> L<SDL::TTFont> L<SDL::Surface>
26
27=cut