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</title> 51 </head> 52 <body> 53 <h1><CODE>nn::font</CODE> Namespace</h1> 54 <h2>Description</h2> 55 <div class="section"> 56 <p>Namespace for the font library.</p> 57 </div> 58 <a name="namespace" id="namespace"> 59 <h2>Namespaces</h2> 60 <div class="section"> 61 <table class="members"> 62 <tr> 63 <th> 64 <a href="../../nn/font/CTR/Overview.html"><CODE>nn::font::CTR</CODE></a> 65 </th> 66 <td>Namespace for the font library. <linebreak />(This can also be written with "<CODE>CTR</CODE>" omitted.)</td> 67 </tr> 68 </table> 69 </div> 70 </a> <a name="class" id="class"> 71 <h2>Classes</h2> 72 <div class="section"> 73 <table class="members"> 74 <tr> 75 <th> 76 <a href="../../nn/font/ArchiveFont/Overview.html"><CODE>nn::font::ArchiveFont</CODE></a> 77 </th> 78 <td>Constructs a font by extracting only the specified glyph group from the font resource in which the glyph groups are defined.</td> 79 </tr> 80 <tr> 81 <th> 82 <a href="../../nn/font/ArchiveFontBase/Overview.html"><CODE>nn::font::ArchiveFontBase</CODE></a> 83 </th> 84 <td>A class that handles font resources defined by groups of glyphs.</td> 85 </tr> 86 <tr> 87 <th> 88 <a href="../../nn/font/CharStrmReader/Overview.html"><CODE>nn::font::CharStrmReader</CODE></a> 89 </th> 90 <td>Provides methods for reading character streams.</td> 91 </tr> 92 <tr> 93 <th> 94 <a href="../../nn/font/Font/Overview.html"><CODE>nn::font::Font</CODE></a> 95 </th> 96 <td>This is the base class for classes used to manage fonts.</td> 97 </tr> 98 <tr> 99 <th> 100 <a href="../../nn/font/PackedFont/Overview.html"><CODE>nn::font::PackedFont</CODE></a> 101 </th> 102 <td>A class that stores compressed font resources in memory and expands them as necessary when glyphs are requested.</td> 103 </tr> 104 <tr> 105 <th> 106 <a href="../../nn/font/PairFont/Overview.html"><CODE>nn::font::PairFont</CODE></a> 107 </th> 108 <td>Holds two fonts internally but handles them as if they were a single font.</td> 109 </tr> 110 <tr> 111 <th> 112 <a href="../../nn/font/ResFont/Overview.html"><CODE>nn::font::ResFont</CODE></a> 113 </th> 114 <td>A class that implements operations on font resources.</td> 115 </tr> 116 <tr> 117 <th> 118 <a href="../../nn/font/ResFontBase/Overview.html"><CODE>nn::font::ResFontBase</CODE></a> 119 </th> 120 <td>A base class for font classes that handle resources.</td> 121 </tr> 122 </table> 123 </div> 124 </a> <a name="struct" id="struct"> 125 <h2>Structures</h2> 126 <div class="section"> 127 <table class="members"> 128 <tr> 129 <th> 130 <a href="../../nn/font/Glyph/Overview.html"><CODE>nn::font::Glyph</CODE></a> 131 </th> 132 <td>A structure that holds character glyph data.</td> 133 </tr> 134 <tr> 135 <th> 136 <a href="../../nn/font/CharWidths/Overview.html"><CODE>nn::font::CharWidths</CODE></a> 137 </th> 138 <td>A structure that stores widths for a character.</td> 139 </tr> 140 </table> 141 </div> 142 </a> <a name="enum" id="enum"> 143 <h2>Enumerated Types</h2> 144 <div class="section"> 145 <table class="members"> 146 <tr> 147 <td width="100"> </td> 148 <th> 149 <a href="../../nn/font/Vertex.html"><CODE>Vertex</CODE></a> 150 </th> 151 <td>Used when accessing the vertex coordinates set for the four corners of a pane.</td> 152 </tr> 153 <tr> 154 <td width="100"> </td> 155 <th> 156 <a href="../../nn/font/CharacterCode.html"><CODE>CharacterCode</CODE></a> 157 </th> 158 <td>Character Codes</td> 159 </tr> </table> 160 </div> 161 </a> 162 <hr><p>CONFIDENTIAL</p></body> 163</html>