1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
3  <head>
4    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5    <meta http-equiv="Content-Style-Type" content="text/css" />
6    <link rel="stylesheet" href="../../../css/manpage.css" type="text/css" />
7    <title>Print</title>
8  </head>
9  <body>
10    <h1><CODE><a href="../../../nw/Overview.html">nw</a>::<a href="../../../nw/font/Overview.html">font</a>::<a href="../../../nw/font/TextWriterBase/Overview.html">TextWriterBase</a>::Print</CODE> Member Function</h1>
11    <h2>Syntax</h2>
12    <div class="section">
13      <pre class="definition">
14<span>f32</span> Print(
15     const CharType * str
16);
17<span>f32</span> Print(
18     const CharType * str,
19     int           length
20);
21</pre>
22    </div>
23    <h2>List of Overloaded Member Functions</h2>
24    <div class="section">
25      <table class="members">
26        <tr>
27          <td>
28            <a href="./Print(0).html">Print ( const CharType * ) </a>
29          </td>
30          <td>Draws a string.</td>
31        </tr>
32        <tr>
33          <td>
34            <a href="./Print(1).html">Print ( const CharType *, int ) </a>
35          </td>
36          <td>Draws a string.</td>
37        </tr> </table>
38    </div>
39    <h2>Description of <CODE>Print ( const CharType * ) </CODE></h2>
40    <div class="section">
41      <p>Draws a string.</p>
42    </div>
43    <h2>Description of C<CODE>Print ( const CharType *, int ) </CODE></h2>
44    <div class="section">
45      <p>Draws a string.</p>
46    </div>
47    <h1><CODE><a href="../../../nw/Overview.html">nw</a>::<a href="../../../nw/font/Overview.html">font</a>::<a href="../../../nw/font/TextWriterBase/Overview.html">TextWriterBase</a>::Print</CODE> Member Function</h1>
48    <h2>Syntax</h2>
49    <div class="section">
50      <pre class="definition">
51<span>f32</span> Print(
52     <a href="../../../nw/font/CharCode.html">CharCode</a> code
53);
54</pre>
55    </div>
56    <h2>Arguments</h2>
57    <div class="section">
58      <table class="arguments">
59        <thead>
60          <tr>
61            <td width="15" />
62            <th>Name</th>
63            <td>Description</td>
64          </tr>
65        </thead>
66        <tr>
67          <td>in</td>
68          <th>code</th>
69          <td>The character code of the text character to be drawn.</td>
70        </tr> </table>
71    </div>
72    <h2>Return Values</h2>
73    <div class="section">Returns the character width of the character that was drawn. </div>
74    <h2>Description</h2>
75    <div class="section">
76      <p>Draws the characters.</p>
77    </div>
78    <h2>Revision History</h2>
79    <div class="section">
80      <dl class="history">
81        <dt>2009/11/09</dt>
82        <dd>Initial version.<br />
83        </dd>
84      </dl>
85    </div>
86  <hr><p>CONFIDENTIAL</p></body>
87</html>
88