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    <style type="text/css"><!--
8      span.static_style
9      {
10        font-size			: 8pt;
11        color				: white;
12        font-weight			: bold;
13        background			: #44f;
14        border-left			: solid 1px #aaf;
15        border-top			: solid 1px #aaf;
16        border-right		: solid 1px #00c;
17        border-bottom		: solid 1px #00c;
18        padding-left		: 2px;
19        padding-right		: 2px;
20      }
21      span.virtual_style
22      {
23        font-size			 : 8pt;
24        color				 : white;
25        font-weight			: bold;
26        background			: #0a0;
27        border-left			: solid 1px #0f0;
28        border-top			: solid 1px #0f0;
29        border-right		: solid 1px #060;
30        border-bottom		: solid 1px #060;
31        padding-left		: 2px;
32        padding-right		: 2px;
33      }
34      span.protected_style
35      {
36        font-size			 : 8pt;
37        color				 : white;
38        font-weight			: bold;
39        background			: #444;
40        border-left			: solid 1px #ccc;
41        border-top			: solid 1px #ccc;
42        border-right		: solid 1px #222;
43        border-bottom		: solid 1px #222;
44        padding-left		: 2px;
45        padding-right		: 2px;
46      }
47        --></style>
48<title>nn::font</title>
49  </head>
50  <body>
51<h1><CODE>nn::font</CODE> Namespace</h1>
52<h2>Description</h2>
53    <div class="section">
54<p>Namespace for the font library.</p><!-- write here --></div>
55    <a name="namespace" id="namespace">
56<h2>Namespaces</h2>
57      <div class="section">
58        <table class="members">
59          <tr>
60            <th>
61<a href="../../nn/font/CTR/Overview.html"><CODE>nn::font::CTR</CODE></a>
62            </th>
63<td>Namespace for the font library. <linebreak />(This can also be written with &quot;<CODE>CTR</CODE>&quot; omitted.)</td>
64          </tr> </table>
65      </div>
66    </a> <a name="class" id="class">
67<h2>Classes</h2>
68      <div class="section">
69        <table class="members">
70          <tr>
71            <th>
72<a href="../../nn/font/ArchiveFont/Overview.html"><CODE>nn::font::ArchiveFont</CODE></a>
73            </th>
74<td>Constructs a font by extracting only the specified glyph group from the font resource in which the glyph groups are defined.</td>
75          </tr>
76          <tr>
77            <th>
78<a href="../../nn/font/ArchiveFontBase/Overview.html"><CODE>nn::font::ArchiveFontBase</CODE></a>
79            </th>
80<td>A class that handles font resources that define groups of glyphs.</td>
81          </tr>
82          <tr>
83            <th>
84<a href="../../nn/font/CharStrmReader/Overview.html"><CODE>nn::font::CharStrmReader</CODE></a>
85            </th>
86<td>Provides methods for reading character streams.</td>
87          </tr>
88          <tr>
89            <th>
90<a href="../../nn/font/Font/Overview.html"><CODE>nn::font::Font</CODE></a>
91            </th>
92<td>This is the base class for classes used to manage fonts.</td>
93          </tr>
94          <tr>
95            <th>
96<a href="../../nn/font/PackedFont/Overview.html"><CODE>nn::font::PackedFont</CODE></a>
97            </th>
98<td>A class that stores compressed font resources in memory and expands them as necessary when glyphs are requested.</td>
99          </tr>
100          <tr>
101            <th>
102<a href="../../nn/font/PairFont/Overview.html"><CODE>nn::font::PairFont</CODE></a>
103            </th>
104<td>Holds two fonts internally but handles them as if they were a single font.</td>
105          </tr>
106          <tr>
107            <th>
108<a href="../../nn/font/ResFont/Overview.html"><CODE>nn::font::ResFont</CODE></a>
109            </th>
110<td>A class that implements operations on font resources.</td>
111          </tr>
112          <tr>
113            <th>
114<a href="../../nn/font/ResFontBase/Overview.html"><CODE>nn::font::ResFontBase</CODE></a>
115            </th>
116<td>A base class for font classes that handle resources.</td>
117          </tr> </table>
118      </div>
119    </a> <a name="struct" id="struct">
120<h2>Structures</h2>
121      <div class="section">
122        <table class="members">
123          <tr>
124            <th>
125<a href="../../nn/font/Glyph/Overview.html"><CODE>nn::font::Glyph</CODE></a>
126            </th>
127<td>A structure that holds character glyph data.</td>
128          </tr>
129          <tr>
130            <th>
131<a href="../../nn/font/CharWidths/Overview.html"><CODE>nn::font::CharWidths</CODE></a>
132            </th>
133<td>A structure that stores widths for a character.</td>
134          </tr> </table>
135      </div>
136    </a> <a name="enum" id="enum">
137<h2>Enumerated Types</h2>
138      <div class="section">
139        <table class="members">
140          <tr>
141            <td width="100"> </td>
142            <th>
143<a href="../../nn/font/Vertex.html"><CODE>Vertex</CODE></a>
144            </th>
145<td>Used when accessing the vertex coordinates set for the four corners of a pane.</td>
146          </tr>
147          <tr>
148            <td width="100"> </td>
149            <th>
150<a href="../../nn/font/CharacterCode.html"><CODE>CharacterCode</CODE></a>
151            </th>
152<td>Character Codes</td>
153          </tr> </table>
154      </div>
155    </a>
156<h2>Revision History</h2>
157    <div class="section">
158      <dl class="history">
159        <dt>2010/11/10</dt>
160<dd>Initial version.<br />
161        </dd>
162      </dl>
163    </div>
164  <hr><p>CONFIDENTIAL</p></body>
165</html>
166