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>Printf</title>
8  </head>
9  <body>
10    <h1><CODE><a href="../../../nw/Overview.html">nw</a>::<a href="../../../nw/dev/Overview.html">dev</a>::<a href="../../../nw/dev/DirectPrint/Overview.html">DirectPrint</a>::Printf</CODE> Member Function</h1>
11    <h2>Syntax</h2>
12    <div class="section">
13      <pre class="definition">
14void Printf(
15     int x,
16     int y,
17     const char * format,
18     ...
19);
20void Printf(
21     int x,
22     int y,
23     bool         turnOver,
24     const char * format,
25     ...
26);
27void Printf(
28     int x,
29     int y,
30     bool         turnOver,
31     bool backErase,
32     const char * format,
33     ...
34);
35</pre>
36    </div>
37    <h2>List of Overloaded Member Functions</h2>
38    <div class="section">
39      <table class="members">
40        <tr>
41          <td>
42            <a href="./Printf(0).html">Printf ( int, int, const char *, ... ) </a>
43          </td>
44          <td>Draws a string.</td>
45        </tr>
46        <tr>
47          <td>
48            <a href="./Printf(1).html">Printf ( int, int, bool, const char *, ... ) </a>
49          </td>
50          <td>Draws a string.</td>
51        </tr>
52        <tr>
53          <td>
54            <a href="./Printf(2).html">Printf ( int, int, bool, bool, const char *, ... ) </a>
55          </td>
56          <td>Draws a string.</td>
57        </tr> </table>
58    </div>
59    <h2>Description of <CODE>Printf ( int, int, const char *, ... )</CODE></h2>
60    <div class="section"><p>The rectangular area displayed behind the string being drawn is dark. Wraps at the right end of the line.</p></div>
61    <h2>Description of <CODE>Printf ( int, int, bool, const char *, ... )</CODE></h2>
62    <div class="section"><p>The rectangular area displayed behind the string being drawn is dark.</p></div>
63    <h2>Description of <CODE>Printf ( int, int, bool, bool, const char *, ... )</CODE></h2>
64    <div class="section">
65      <p>Draws a string.</p>
66    </div>
67  <hr><p>CONFIDENTIAL</p></body>
68</html>
69