Applied Magnet's Patch
[sdlgit/SDL_perl.git] / lib / docs / Tool / Font.pm
diff --git a/lib/docs/Tool/Font.pm b/lib/docs/Tool/Font.pm
new file mode 100644 (file)
index 0000000..8d44ae5
--- /dev/null
@@ -0,0 +1,27 @@
+=pod
+
+=head1 NAME
+
+SDL::Tool::Font - a perl extension
+
+=head1 DESCRIPTION
+
+L<SDL::Tool::Font> provides a unified interface for applying
+True Type and SFont fonts to various surfaces.
+
+=head1 METHODS
+
+=head2 print ( surface, x, y, text ... )
+
+C<SDL::Tool::Font::print> print the given text on the supplied surface
+with the upper left hand corner starting at the specified coordinates.
+
+=head1 AUTHOR
+
+David J. Goehrig
+
+=head1 SEE ALSO
+
+L<perl> L<SDL::Font> L<SDL::TTFont> L<SDL::Surface>
+
+=cut