fixed url-generator
[sdlgit/SDL-Site.git] / pages / SDL-Tool-Font.html-inc
CommitLineData
162a0989 1<div class="pod">
2<!-- INDEX START -->
3<h3 id="TOP">Index</h3>
4
5<ul><li><a href="#NAME">NAME</a></li>
6<li><a href="#DESCRIPTION">DESCRIPTION</a></li>
7<li><a href="#METHODS">METHODS</a>
8<ul><li><a href="#print_surface_x_y_text">print ( surface, x, y, text ... )</a></li>
9</ul>
10</li>
11<li><a href="#AUTHOR">AUTHOR</a></li>
12<li><a href="#SEE_ALSO">SEE ALSO</a>
13</li>
14</ul><hr />
15<!-- INDEX END -->
16
17<h1 id="NAME">NAME</h1><p><a href="#TOP" class="toplink">Top</a></p>
18<div id="NAME_CONTENT">
19<p>SDL::Tool::Font - a perl extension</p>
20
21</div>
22<h1 id="DESCRIPTION">DESCRIPTION</h1><p><a href="#TOP" class="toplink">Top</a></p>
23<div id="DESCRIPTION_CONTENT">
55bbf7a2 24<p><a href="SDL-Tool-Font.html">SDL::Tool::Font</a> provides a unified interface for applying
162a0989 25True Type and SFont fonts to various surfaces.</p>
26
27</div>
28<h1 id="METHODS">METHODS</h1><p><a href="#TOP" class="toplink">Top</a></p>
29<div id="METHODS_CONTENT">
30
31</div>
32<h2 id="print_surface_x_y_text">print ( surface, x, y, text ... )</h2>
33<div id="print_surface_x_y_text_CONTENT">
34<p><code>SDL::Tool::Font::print</code> print the given text on the supplied surface
35with the upper left hand corner starting at the specified coordinates.</p>
36
37</div>
38<h1 id="AUTHOR">AUTHOR</h1><p><a href="#TOP" class="toplink">Top</a></p>
39<div id="AUTHOR_CONTENT">
40<p>David J. Goehrig</p>
41
42</div>
43<h1 id="SEE_ALSO">SEE ALSO</h1><p><a href="#TOP" class="toplink">Top</a></p>
44<div id="SEE_ALSO_CONTENT">
55bbf7a2 45<p><a href="http://search.cpan.org/perldoc?perl">perl</a> <a href="SDL-Font.html">SDL::Font</a> <a href="SDL-TTFont.html">SDL::TTFont</a> <a href="SDL-Surface.html">SDL::Surface</a></p>
162a0989 46
47</div>
48</div>