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