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><!-- 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/Font/Font.html"><CODE>Font</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/Font/~Font.html"><CODE>~Font</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="pure-virtual">PV</span> 88 </td> 89 <th> 90<a href="../../../nn/font/Font/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="pure-virtual">PV</span> 96 </td> 97 <th> 98<a href="../../../nn/font/Font/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="pure-virtual">PV</span> 104 </td> 105 <th> 106<a href="../../../nn/font/Font/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="pure-virtual">PV</span> 112 </td> 113 <th> 114<a href="../../../nn/font/Font/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="pure-virtual">PV</span> 120 </td> 121 <th> 122<a href="../../../nn/font/Font/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="pure-virtual">PV</span> 128 </td> 129 <th> 130<a href="../../../nn/font/Font/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="pure-virtual">PV</span> 136 </td> 137 <th> 138<a href="../../../nn/font/Font/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="pure-virtual">PV</span> 144 </td> 145 <th> 146<a href="../../../nn/font/Font/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="pure-virtual">PV</span> 152 </td> 153 <th> 154<a href="../../../nn/font/Font/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="pure-virtual">PV</span> 163 </td> 164 <th> 165<a href="../../../nn/font/Font/SetLineFeed.html"><CODE>SetLineFeed</CODE></a> 166 </th> 167<td>Sets the font's linefeed width.</td> 168 </tr> 169 <tr> 170<td width="100"> <span class="virtual_style" title="pure-virtual">PV</span> 171 </td> 172 <th> 173<a href="../../../nn/font/Font/SetDefaultCharWidths.html"><CODE>SetDefaultCharWidths</CODE></a> 174 </th> 175<td>Sets the font's default character widths.</td> 176 </tr> 177 <tr> 178<td width="100"> <span class="virtual_style" title="pure-virtual">PV</span> 179 </td> 180 <th> 181<a href="../../../nn/font/Font/SetAlternateChar.html"><CODE>SetAlternateChar</CODE></a> 182 </th> 183<td>Changes the alternate character for the font.</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="pure-virtual">PV</span> 190 </td> 191 <th> 192<a href="../../../nn/font/Font/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="pure-virtual">PV</span> 198 </td> 199 <th> 200<a href="../../../nn/font/Font/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="pure-virtual">PV</span> 206 </td> 207 <th> 208<a href="../../../nn/font/Font/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="pure-virtual">PV</span> 214 </td> 215 <th> 216<a href="../../../nn/font/Font/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="pure-virtual">PV</span> 225 </td> 226 <th> 227<a href="../../../nn/font/Font/GetCharacterCode.html"><CODE>GetCharacterCode</CODE></a> 228 </th> 229<td>Gets the character encoding supported by the font.</td> 230 </tr> 231 <tr> 232 <td width="100"> </td> 233 <th> 234<a href="../../../nn/font/Font/GetCharStrmReader.html"><CODE>GetCharStrmReader</CODE></a> 235 </th> 236<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> 237 </tr> 238 <tr> 239<th class="category" colspan="3">Getting Sheet Information</th> 240 </tr> 241 <tr> 242<td width="100"> <span class="virtual_style" title="pure-virtual">PV</span> 243 </td> 244 <th> 245<a href="../../../nn/font/Font/GetBaselinePos.html"><CODE>GetBaselinePos</CODE></a> 246 </th> 247<td>Gets the baseline position.</td> 248 </tr> 249 <tr> 250<td width="100"> <span class="virtual_style" title="pure-virtual">PV</span> 251 </td> 252 <th> 253<a href="../../../nn/font/Font/GetCellHeight.html"><CODE>GetCellHeight</CODE></a> 254 </th> 255<td>Gets the cell height.</td> 256 </tr> 257 <tr> 258<td width="100"> <span class="virtual_style" title="pure-virtual">PV</span> 259 </td> 260 <th> 261<a href="../../../nn/font/Font/GetCellWidth.html"><CODE>GetCellWidth</CODE></a> 262 </th> 263<td>Gets the cell width.</td> 264 </tr> 265 <tr> 266<th class="category" colspan="3">Texture Interpolation</th> 267 </tr> 268 <tr> 269<td width="100"> <span class="virtual_style" title="pure-virtual">PV</span> 270 </td> 271 <th> 272<a href="../../../nn/font/Font/EnableLinearFilter.html"><CODE>EnableLinearFilter</CODE></a> 273 </th> 274<td>Specifies whether linear interpolation of textures is performed while characters are drawn.</td> 275 </tr> 276 <tr> 277<td width="100"> <span class="virtual_style" title="pure-virtual">PV</span> 278 </td> 279 <th> 280<a href="../../../nn/font/Font/IsLinearFilterEnableAtSmall.html"><CODE>IsLinearFilterEnableAtSmall</CODE></a> 281 </th> 282<td>Gets whether linear interpolation is used when small characters are displayed.</td> 283 </tr> 284 <tr> 285<td width="100"> <span class="virtual_style" title="pure-virtual">PV</span> 286 </td> 287 <th> 288<a href="../../../nn/font/Font/IsLinearFilterEnableAtLarge.html"><CODE>IsLinearFilterEnableAtLarge</CODE></a> 289 </th> 290<td>Gets whether linear interpolation is used when large characters are displayed.</td> 291 </tr> 292 <tr> 293<td width="100"> <span class="virtual_style" title="pure-virtual">PV</span> 294 </td> 295 <th> 296<a href="../../../nn/font/Font/GetTextureWrapFilterValue.html"><CODE>GetTextureWrapFilterValue</CODE></a> 297 </th> 298<td>Gets texture wrapping and filter settings.</td> 299 </tr> </table> 300 </div> 301 </a> 302<h2>Revision History</h2> 303 <div class="section"> 304 <dl class="history"> 305 <dt>2010/11/10</dt> 306<dd>Initial version.<br /> 307 </dd> 308 </dl> 309 </div> 310 <hr><p>CONFIDENTIAL</p></body> 311</html>