Fixed the pod path in archive
[sdlgit/SDL_perl.git] / lib / pods / SDL / Font.pod
diff --git a/lib/pods/SDL/Font.pod b/lib/pods/SDL/Font.pod
new file mode 100644 (file)
index 0000000..e20bebe
--- /dev/null
@@ -0,0 +1,31 @@
+=pod
+
+=head1 NAME
+
+SDL::Font - a SDL perl extension
+
+=head1 SYNOPSIS
+
+  $font = new Font "Font.png";
+  $font->use();
+       
+=head1 DESCRIPTION
+
+L<SDL::Font> provides an interface to loading and using SFont style 
+fonts with L<SDL::Surface> objects.  
+
+=head1 METHOD
+
+=head2 use(font)
+
+Use the SDL::Font  given as first parameter.
+
+=head1 AUTHOR
+
+David J. Goehrig
+
+=head1 SEE ALSO
+
+L<perl> L<SDL::Surface>
+
+=cut