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