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
22      span.virtual_style
23      {
24        font-size			 : 8pt;
25        color				 : white;
26        font-weight			: bold;
27        background			: #0a0;
28        border-left			: solid 1px #0f0;
29        border-top			: solid 1px #0f0;
30        border-right		: solid 1px #060;
31        border-bottom		: solid 1px #060;
32        padding-left		: 2px;
33        padding-right		: 2px;
34      }
35
36      span.protected_style
37      {
38        font-size			 : 8pt;
39        color				 : white;
40        font-weight			: bold;
41        background			: #444;
42        border-left			: solid 1px #ccc;
43        border-top			: solid 1px #ccc;
44        border-right		: solid 1px #222;
45        border-bottom		: solid 1px #222;
46        padding-left		: 2px;
47        padding-right		: 2px;
48      }
49        --></style>
50    <title>nn::font::Font</title>
51  </head>
52  <body>
53    <h1><CODE>nn::font::Font</CODE> Class</h1>
54    <h2>Syntax</h2>
55    <div class="section">
56      <pre class="definition">class Font</pre>
57    </div>
58    <h2>Description</h2>
59    <div class="section">
60      <p>This is the base class for classes used to manage fonts.</p>
61    </div>
62    <a name="function" id="function">
63      <h2>Member Functions</h2>
64      <div class="section">
65        <table class="members">
66          <tr>
67            <th class="category" colspan="3">Constructors/Destructors</th>
68          </tr>
69          <tr>
70            <td width="100">  </td>
71            <th>
72              <a href="../../../nn/font/Font/Font.html"><CODE>Font</CODE></a>
73            </th>
74            <td>Constructor.</td>
75          </tr>
76          <tr>
77            <td width="100"> <span class="virtual_style" title="virtual">V</span>
78            </td>
79            <th>
80              <a href="../../../nn/font/Font/~Font.html"><CODE>~Font</CODE></a>
81            </th>
82            <td>Destructor.</td>
83          </tr>
84          <tr>
85            <th class="category" colspan="3">Getting Font Data</th>
86          </tr>
87          <tr>
88            <td width="100"> <span class="virtual_style" title="pure-virtual">PV</span>
89            </td>
90            <th>
91              <a href="../../../nn/font/Font/GetWidth.html"><CODE>GetWidth</CODE></a>
92            </th>
93            <td>Gets the width of the font.</td>
94          </tr>
95          <tr>
96            <td width="100"> <span class="virtual_style" title="pure-virtual">PV</span>
97            </td>
98            <th>
99              <a href="../../../nn/font/Font/GetHeight.html"><CODE>GetHeight</CODE></a>
100            </th>
101            <td>Gets the font height.</td>
102          </tr>
103          <tr>
104            <td width="100"> <span class="virtual_style" title="pure-virtual">PV</span>
105            </td>
106            <th>
107              <a href="../../../nn/font/Font/GetAscent.html"><CODE>GetAscent</CODE></a>
108            </th>
109            <td>Gets the ascent of the font.</td>
110          </tr>
111          <tr>
112            <td width="100"> <span class="virtual_style" title="pure-virtual">PV</span>
113            </td>
114            <th>
115              <a href="../../../nn/font/Font/GetDescent.html"><CODE>GetDescent</CODE></a>
116            </th>
117            <td>Gets the font descent.</td>
118          </tr>
119          <tr>
120            <td width="100"> <span class="virtual_style" title="pure-virtual">PV</span>
121            </td>
122            <th>
123              <a href="../../../nn/font/Font/GetMaxCharWidth.html"><CODE>GetMaxCharWidth</CODE></a>
124            </th>
125            <td>Gets the maximum character width included in the font.</td>
126          </tr>
127          <tr>
128            <td width="100"> <span class="virtual_style" title="pure-virtual">PV</span>
129            </td>
130            <th>
131              <a href="../../../nn/font/Font/GetType.html"><CODE>GetType</CODE></a>
132            </th>
133            <td>Gets the font type.</td>
134          </tr>
135          <tr>
136            <td width="100"> <span class="virtual_style" title="pure-virtual">PV</span>
137            </td>
138            <th>
139              <a href="../../../nn/font/Font/GetTextureFormat.html"><CODE>GetTextureFormat</CODE></a>
140            </th>
141            <td>Gets the texture format of the font.</td>
142          </tr>
143          <tr>
144            <td width="100"> <span class="virtual_style" title="pure-virtual">PV</span>
145            </td>
146            <th>
147              <a href="../../../nn/font/Font/GetLineFeed.html"><CODE>GetLineFeed</CODE></a>
148            </th>
149            <td>Gets the font's linefeed width.</td>
150          </tr>
151          <tr>
152            <td width="100"> <span class="virtual_style" title="pure-virtual">PV</span>
153            </td>
154            <th>
155              <a href="../../../nn/font/Font/GetDefaultCharWidths.html"><CODE>GetDefaultCharWidths</CODE></a>
156            </th>
157            <td>Gets the font's default character width data.</td>
158          </tr>
159          <tr>
160            <th class="category" colspan="3">Setting Font Data</th>
161          </tr>
162          <tr>
163            <td width="100"> <span class="virtual_style" title="pure-virtual">PV</span>
164            </td>
165            <th>
166              <a href="../../../nn/font/Font/SetLineFeed.html"><CODE>SetLineFeed</CODE></a>
167            </th>
168            <td>Sets the font's linefeed width.</td>
169          </tr>
170          <tr>
171            <td width="100"> <span class="virtual_style" title="pure-virtual">PV</span>
172            </td>
173            <th>
174              <a href="../../../nn/font/Font/SetDefaultCharWidths.html"><CODE>SetDefaultCharWidths</CODE></a>
175            </th>
176            <td>Sets the font's default character width data.</td>
177          </tr>
178          <tr>
179            <td width="100"> <span class="virtual_style" title="pure-virtual">PV</span>
180            </td>
181            <th>
182              <a href="../../../nn/font/Font/SetAlternateChar.html"><CODE>SetAlternateChar</CODE></a>
183            </th>
184            <td>Changes the alternate character for the font.</td>
185          </tr>
186          <tr>
187            <th class="category" colspan="3">Getting Character Data</th>
188          </tr>
189          <tr>
190            <td width="100"> <span class="virtual_style" title="pure-virtual">PV</span>
191            </td>
192            <th>
193              <a href="../../../nn/font/Font/GetCharWidth.html"><CODE>GetCharWidth</CODE></a>
194            </th>
195            <td>Gets the character width of a character.</td>
196          </tr>
197          <tr>
198            <td width="100"> <span class="virtual_style" title="pure-virtual">PV</span>
199            </td>
200            <th>
201              <a href="../../../nn/font/Font/GetCharWidths.html"><CODE>GetCharWidths</CODE></a>
202            </th>
203            <td>Gets character width data for a character.</td>
204          </tr>
205          <tr>
206            <td width="100"> <span class="virtual_style" title="pure-virtual">PV</span>
207            </td>
208            <th>
209              <a href="../../../nn/font/Font/GetGlyph.html"><CODE>GetGlyph</CODE></a>
210            </th>
211            <td>Gets glyph data.</td>
212          </tr>
213          <tr>
214            <td width="100"> <span class="virtual_style" title="pure-virtual">PV</span>
215            </td>
216            <th>
217              <a href="../../../nn/font/Font/HasGlyph.html"><CODE>HasGlyph</CODE></a>
218            </th>
219            <td>Determines whether glyph data exists.</td>
220          </tr>
221          <tr>
222            <th class="category" colspan="3">Text Encoding</th>
223          </tr>
224          <tr>
225            <td width="100"> <span class="virtual_style" title="pure-virtual">PV</span>
226            </td>
227            <th>
228              <a href="../../../nn/font/Font/GetCharacterCode.html"><CODE>GetCharacterCode</CODE></a>
229            </th>
230            <td>Gets the character encoding supported by the font.</td>
231          </tr>
232          <tr>
233            <td width="100">  </td>
234            <th>
235              <a href="../../../nn/font/Font/GetCharStrmReader.html"><CODE>GetCharStrmReader</CODE></a>
236            </th>
237            <td>Gets a <a href="../../../nn/font/CharStrmReader/Overview.html"><CODE>CharStrmReader</CODE></a> that interprets strings in a character encoding supported by the font.</td>
238          </tr>
239          <tr>
240            <th class="category" colspan="3">Getting Sheet Information</th>
241          </tr>
242          <tr>
243            <td width="100"> <span class="virtual_style" title="pure-virtual">PV</span>
244            </td>
245            <th>
246              <a href="../../../nn/font/Font/GetBaselinePos.html"><CODE>GetBaselinePos</CODE></a>
247            </th>
248            <td>Gets the baseline position.</td>
249          </tr>
250          <tr>
251            <td width="100"> <span class="virtual_style" title="pure-virtual">PV</span>
252            </td>
253            <th>
254              <a href="../../../nn/font/Font/GetCellHeight.html"><CODE>GetCellHeight</CODE></a>
255            </th>
256            <td>Gets the cell height.</td>
257          </tr>
258          <tr>
259            <td width="100"> <span class="virtual_style" title="pure-virtual">PV</span>
260            </td>
261            <th>
262              <a href="../../../nn/font/Font/GetCellWidth.html"><CODE>GetCellWidth</CODE></a>
263            </th>
264            <td>Gets the cell width.</td>
265          </tr>
266          <tr>
267            <th class="category" colspan="3">Texture Interpolation</th>
268          </tr>
269          <tr>
270            <td width="100"> <span class="virtual_style" title="pure-virtual">PV</span>
271            </td>
272            <th>
273              <a href="../../../nn/font/Font/EnableLinearFilter.html"><CODE>EnableLinearFilter</CODE></a>
274            </th>
275            <td>Specifies whether or not linear interpolation of textures is performed while characters are drawn.</td>
276          </tr>
277          <tr>
278            <td width="100"> <span class="virtual_style" title="pure-virtual">PV</span>
279            </td>
280            <th>
281              <a href="../../../nn/font/Font/IsLinearFilterEnableAtSmall.html"><CODE>IsLinearFilterEnableAtSmall</CODE></a>
282            </th>
283            <td>Gets whether or not linear interpolation is used when small characters are displayed.</td>
284          </tr>
285          <tr>
286            <td width="100"> <span class="virtual_style" title="pure-virtual">PV</span>
287            </td>
288            <th>
289              <a href="../../../nn/font/Font/IsLinearFilterEnableAtLarge.html"><CODE>IsLinearFilterEnableAtLarge</CODE></a>
290            </th>
291            <td>Gets whether or not linear interpolation is used when large characters are displayed.</td>
292          </tr>
293          <tr>
294            <td width="100"> <span class="virtual_style" title="pure-virtual">PV</span>
295            </td>
296            <th>
297              <a href="../../../nn/font/Font/GetTextureWrapFilterValue.html"><CODE>GetTextureWrapFilterValue</CODE></a>
298            </th>
299            <td>Gets texture wrapping and filter settings.</td>
300          </tr> </table>
301      </div>
302    </a>
303  <hr><p>CONFIDENTIAL</p></body>
304</html>