Updated docs and site
[sdlgit/SDL-Site.git] / pages / SDL-Font.html-inc
diff --git a/pages/SDL-Font.html-inc b/pages/SDL-Font.html-inc
deleted file mode 100644 (file)
index 538d304..0000000
+++ /dev/null
@@ -1,56 +0,0 @@
-<div class="pod">
-<!-- INDEX START -->
-<h3 id="TOP">Index</h3>
-
-<ul><li><a href="#NAME">NAME</a></li>
-<li><a href="#SYNOPSIS">SYNOPSIS</a></li>
-<li><a href="#DESCRIPTION">DESCRIPTION</a></li>
-<li><a href="#METHOD">METHOD</a>
-<ul><li><a href="#use_font">use(font)</a></li>
-</ul>
-</li>
-<li><a href="#AUTHOR">AUTHOR</a></li>
-<li><a href="#SEE_ALSO">SEE ALSO</a>
-</li>
-</ul><hr />
-<!-- INDEX END -->
-
-<h1 id="NAME">NAME</h1><p><a href="#TOP" class="toplink">Top</a></p>
-<div id="NAME_CONTENT">
-<p>SDL::Font - a SDL perl extension</p>
-
-</div>
-<h1 id="SYNOPSIS">SYNOPSIS</h1><p><a href="#TOP" class="toplink">Top</a></p>
-<div id="SYNOPSIS_CONTENT">
-<pre>  $font = new Font &quot;Font.png&quot;;
-  $font-&gt;use();
-
-</pre>
-
-</div>
-<h1 id="DESCRIPTION">DESCRIPTION</h1><p><a href="#TOP" class="toplink">Top</a></p>
-<div id="DESCRIPTION_CONTENT">
-<p><a href="SDL-Font.html">SDL::Font</a> provides an interface to loading and using SFont style 
-fonts with <a href="SDL-Surface.html">SDL::Surface</a> objects.  </p>
-
-</div>
-<h1 id="METHOD">METHOD</h1><p><a href="#TOP" class="toplink">Top</a></p>
-<div id="METHOD_CONTENT">
-
-</div>
-<h2 id="use_font">use(font)</h2>
-<div id="use_font_CONTENT">
-<p>Use the SDL::Font  given as first parameter.</p>
-
-</div>
-<h1 id="AUTHOR">AUTHOR</h1><p><a href="#TOP" class="toplink">Top</a></p>
-<div id="AUTHOR_CONTENT">
-<p>David J. Goehrig</p>
-
-</div>
-<h1 id="SEE_ALSO">SEE ALSO</h1><p><a href="#TOP" class="toplink">Top</a></p>
-<div id="SEE_ALSO_CONTENT">
-<p><a href="http://search.cpan.org/perldoc?perl">perl</a> <a href="SDL-Surface.html">SDL::Surface</a></p>
-
-</div>
-</div>
\ No newline at end of file