Added new pages and docs
[sdlgit/SDL-Site.git] / pages / SDL-TTF-Font.html-inc
index c36da90..cca3b8d 100644 (file)
@@ -33,8 +33,9 @@
  my $font = SDL::TTF::Font->new($font_file, $point_size, $face_index);
 
 </pre>
-<p>Load file for use as a font, at the given size. This can load TTF and FON files.
-You can specify the face index of a font file containing multiple faces.</p>
+<p>Load file for use as a font, at the given size. This can load TTF, OTF and
+FON files. You can specify the face index of a font file containing multiple
+faces.</p>
 <p>Returns: a <a href="SDL-TTF-Font.html">SDL::TTF::Font</a> object. <code>undef</code> is returned on errors.</p>
 <p>Example:</p>
 <pre> use SDL::TTF::Font;
@@ -46,7 +47,7 @@ You can specify the face index of a font file containing multiple faces.</p>
 </div>
 <h1 id="AUTHORS">AUTHORS</h1><p><a href="#TOP" class="toplink">Top</a></p>
 <div id="AUTHORS_CONTENT">
-<p>See <b>AUTHORS</b> in <cite>SDL</cite>.</p>
+<p>See <a href="/SDL.html#AUTHORS">/SDL.html#AUTHORS</a>.</p>
 
 </div>
 <h1 id="SEE_ALSO">SEE ALSO</h1><p><a href="#TOP" class="toplink">Top</a></p>