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::PairFont</title>
51  </head>
52  <body>
53<h1><CODE>nn::font::PairFont</CODE> Class</h1>
54<h2>Syntax</h2>
55    <div class="section">
56      <pre class="definition">class PairFont : public <a href="../../../nn/font/Font/Overview.html">nn::font::Font</a></pre>
57    </div>
58<h2>Description</h2>
59    <div class="section">
60<p>Holds two fonts internally but handles them as if they were a single font.</p><!-- write here --></div>
61    <a name="function" id="function">
62<h2>Member Functions</h2>
63      <div class="section">
64        <table class="members">
65          <tr>
66<th class="category" colspan="3">Constructors/Destructors</th>
67          </tr>
68          <tr>
69            <td width="100">  </td>
70            <th>
71<a href="../../../nn/font/PairFont/PairFont.html"><CODE>PairFont</CODE></a>
72            </th>
73<td>Constructor.</td>
74          </tr>
75          <tr>
76<td width="100"> <span class="virtual_style" title="virtual">V</span>
77            </td>
78            <th>
79<a href="../../../nn/font/PairFont/~PairFont.html"><CODE>~PairFont</CODE></a>
80            </th>
81<td>Destructor.</td>
82          </tr>
83          <tr>
84<th class="category" colspan="3">Getting Font Data</th>
85          </tr>
86          <tr>
87<td width="100"> <span class="virtual_style" title="virtual">V</span>
88            </td>
89            <th>
90<a href="../../../nn/font/PairFont/GetWidth.html"><CODE>GetWidth</CODE></a>
91            </th>
92<td>Gets the width of the font.</td>
93          </tr>
94          <tr>
95<td width="100"> <span class="virtual_style" title="virtual">V</span>
96            </td>
97            <th>
98<a href="../../../nn/font/PairFont/GetHeight.html"><CODE>GetHeight</CODE></a>
99            </th>
100<td>Gets the font height.</td>
101          </tr>
102          <tr>
103<td width="100"> <span class="virtual_style" title="virtual">V</span>
104            </td>
105            <th>
106<a href="../../../nn/font/PairFont/GetAscent.html"><CODE>GetAscent</CODE></a>
107            </th>
108<td>Gets the ascent of the font.</td>
109          </tr>
110          <tr>
111<td width="100"> <span class="virtual_style" title="virtual">V</span>
112            </td>
113            <th>
114<a href="../../../nn/font/PairFont/GetDescent.html"><CODE>GetDescent</CODE></a>
115            </th>
116<td>Gets the font descent.</td>
117          </tr>
118          <tr>
119<td width="100"> <span class="virtual_style" title="virtual">V</span>
120            </td>
121            <th>
122<a href="../../../nn/font/PairFont/GetMaxCharWidth.html"><CODE>GetMaxCharWidth</CODE></a>
123            </th>
124<td>Gets the maximum character width included in the font.</td>
125          </tr>
126          <tr>
127<td width="100"> <span class="virtual_style" title="virtual">V</span>
128            </td>
129            <th>
130<a href="../../../nn/font/PairFont/GetType.html"><CODE>GetType</CODE></a>
131            </th>
132<td>Gets the font type.</td>
133          </tr>
134          <tr>
135<td width="100"> <span class="virtual_style" title="virtual">V</span>
136            </td>
137            <th>
138<a href="../../../nn/font/PairFont/GetTextureFormat.html"><CODE>GetTextureFormat</CODE></a>
139            </th>
140<td>Gets the texture format of the font.</td>
141          </tr>
142          <tr>
143<td width="100"> <span class="virtual_style" title="virtual">V</span>
144            </td>
145            <th>
146<a href="../../../nn/font/PairFont/GetLineFeed.html"><CODE>GetLineFeed</CODE></a>
147            </th>
148<td>Gets the font's linefeed width.</td>
149          </tr>
150          <tr>
151<td width="100"> <span class="virtual_style" title="virtual">V</span>
152            </td>
153            <th>
154<a href="../../../nn/font/PairFont/GetDefaultCharWidths.html"><CODE>GetDefaultCharWidths</CODE></a>
155            </th>
156<td>Gets the font's default character widths.</td>
157          </tr>
158          <tr>
159<th class="category" colspan="3">Setting Font Data</th>
160          </tr>
161          <tr>
162<td width="100"> <span class="virtual_style" title="virtual">V</span>
163            </td>
164            <th>
165<a href="../../../nn/font/PairFont/SetDefaultCharWidths.html"><CODE>SetDefaultCharWidths</CODE></a>
166            </th>
167<td>Sets the font's default character widths.</td>
168          </tr>
169          <tr>
170<td width="100"> <span class="virtual_style" title="virtual">V</span>
171            </td>
172            <th>
173<a href="../../../nn/font/PairFont/SetAlternateChar.html"><CODE>SetAlternateChar</CODE></a>
174            </th>
175<td>Changes the alternate character for the font.</td>
176          </tr>
177          <tr>
178<td width="100"> <span class="virtual_style" title="virtual">V</span>
179            </td>
180            <th>
181<a href="../../../nn/font/PairFont/SetLineFeed.html"><CODE>SetLineFeed</CODE></a>
182            </th>
183<td>Sets the font's linefeed width.</td>
184          </tr>
185          <tr>
186<th class="category" colspan="3">Getting Character Data</th>
187          </tr>
188          <tr>
189<td width="100"> <span class="virtual_style" title="virtual">V</span>
190            </td>
191            <th>
192<a href="../../../nn/font/PairFont/GetCharWidth.html"><CODE>GetCharWidth</CODE></a>
193            </th>
194<td>Gets the character width of a character.</td>
195          </tr>
196          <tr>
197<td width="100"> <span class="virtual_style" title="virtual">V</span>
198            </td>
199            <th>
200<a href="../../../nn/font/PairFont/GetCharWidths.html"><CODE>GetCharWidths</CODE></a>
201            </th>
202<td>Gets character widths for a character.</td>
203          </tr>
204          <tr>
205<td width="100"> <span class="virtual_style" title="virtual">V</span>
206            </td>
207            <th>
208<a href="../../../nn/font/PairFont/GetGlyph.html"><CODE>GetGlyph</CODE></a>
209            </th>
210<td>Gets glyph data.</td>
211          </tr>
212          <tr>
213<td width="100"> <span class="virtual_style" title="virtual">V</span>
214            </td>
215            <th>
216<a href="../../../nn/font/PairFont/HasGlyph.html"><CODE>HasGlyph</CODE></a>
217            </th>
218<td>Determines whether glyph data exists.</td>
219          </tr>
220          <tr>
221<th class="category" colspan="3">Text Encoding</th>
222          </tr>
223          <tr>
224<td width="100"> <span class="virtual_style" title="virtual">V</span>
225            </td>
226            <th>
227<a href="../../../nn/font/PairFont/GetCharacterCode.html"><CODE>GetCharacterCode</CODE></a>
228            </th>
229<td>Gets the character encoding supported by the font.</td>
230          </tr>
231          <tr>
232<th class="category" colspan="3">Getting Sheet Information</th>
233          </tr>
234          <tr>
235<td width="100"> <span class="virtual_style" title="virtual">V</span>
236            </td>
237            <th>
238<a href="../../../nn/font/PairFont/GetBaselinePos.html"><CODE>GetBaselinePos</CODE></a>
239            </th>
240<td>Gets the baseline position.</td>
241          </tr>
242          <tr>
243<td width="100"> <span class="virtual_style" title="virtual">V</span>
244            </td>
245            <th>
246<a href="../../../nn/font/PairFont/GetCellHeight.html"><CODE>GetCellHeight</CODE></a>
247            </th>
248<td>Gets the cell height.</td>
249          </tr>
250          <tr>
251<td width="100"> <span class="virtual_style" title="virtual">V</span>
252            </td>
253            <th>
254<a href="../../../nn/font/PairFont/GetCellWidth.html"><CODE>GetCellWidth</CODE></a>
255            </th>
256<td>Gets the cell width.</td>
257          </tr>
258          <tr>
259<th class="category" colspan="3">Texture Interpolation</th>
260          </tr>
261          <tr>
262<td width="100"> <span class="virtual_style" title="virtual">V</span>
263            </td>
264            <th>
265<a href="../../../nn/font/PairFont/EnableLinearFilter.html"><CODE>EnableLinearFilter</CODE></a>
266            </th>
267<td>Specifies whether linear interpolation of textures is performed when characters are rendered.</td>
268          </tr>
269          <tr>
270<td width="100"> <span class="virtual_style" title="virtual">V</span>
271            </td>
272            <th>
273<a href="../../../nn/font/PairFont/IsLinearFilterEnableAtSmall.html"><CODE>IsLinearFilterEnableAtSmall</CODE></a>
274            </th>
275<td>Gets whether linear interpolation is used when small characters are displayed.</td>
276          </tr>
277          <tr>
278<td width="100"> <span class="virtual_style" title="virtual">V</span>
279            </td>
280            <th>
281<a href="../../../nn/font/PairFont/IsLinearFilterEnableAtLarge.html"><CODE>IsLinearFilterEnableAtLarge</CODE></a>
282            </th>
283<td>Gets whether linear interpolation is used when large characters are displayed.</td>
284          </tr>
285          <tr>
286<td width="100"> <span class="virtual_style" title="virtual">V</span>
287            </td>
288            <th>
289<a href="../../../nn/font/PairFont/GetTextureWrapFilterValue.html"><CODE>GetTextureWrapFilterValue</CODE></a>
290            </th>
291<td>Gets texture wrapping and filter settings.</td>
292          </tr> </table>
293      </div>
294    </a>
295<h2>Class Hierarchy</h2>
296    <div class="section">
297<p class="hierarchy"><a href="../../../nn/font/Font/Overview.html">nn::font::Font</a><br />  <b>nn::font::PairFont</b>
298      </p>
299    </div>
300<h2>Revision History</h2>
301    <div class="section">
302      <dl class="history">
303        <dt>2010/11/10</dt>
304<dd>Initial version.<br />
305        </dd>
306      </dl>
307    </div>
308  <hr><p>CONFIDENTIAL</p></body>
309</html>