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