Applied Magnet's Patch
[sdlgit/SDL_perl.git] / lib / docs / Font.pod
diff --git a/lib/docs/Font.pod b/lib/docs/Font.pod
new file mode 100644 (file)
index 0000000..8f764ed
--- /dev/null
@@ -0,0 +1,26 @@
+=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 AUTHOR
+
+David J. Goehrig
+
+=head1 SEE ALSO
+
+L<perl> L<SDL::Surface>
+
+=cut