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