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::CTR::RectDrawer</title> 51 </head> 52 <body> 53<h1><CODE>nn::font::CTR::RectDrawer</CODE> Class</h1> 54<h2>Syntax</h2> 55 <div class="section"> 56 <pre class="definition">class RectDrawer</pre> 57 </div> 58<h2>Description</h2> 59 <div class="section"> 60<p>A class used to render text characters.</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 and Destructors</th> 67 </tr> 68 <tr> 69 <td width="100"> </td> 70 <th> 71<a href="../../../../nn/font/CTR/RectDrawer/RectDrawer.html"><CODE>RectDrawer</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/CTR/RectDrawer/~RectDrawer.html"><CODE>~RectDrawer</CODE></a> 80 </th> 81<td>Destructor.</td> 82 </tr> 83 <tr> 84<th class="category" colspan="3">Initialization / Post-processing</th> 85 </tr> 86 <tr> 87 <td width="100"> </td> 88 <th> 89<a href="../../../../nn/font/CTR/RectDrawer/Initialize.html"><CODE>Initialize</CODE></a> 90 </th> 91<td>Performs initialization.</td> 92 </tr> 93 <tr> 94<td width="100"> <span class="virtual_style" title="virtual">V</span> 95 </td> 96 <th> 97<a href="../../../../nn/font/CTR/RectDrawer/Finalize.html"><CODE>Finalize</CODE></a> 98 </th> 99<td>Performs finalization.</td> 100 </tr> 101 <tr> 102<th class="category" colspan="3">Other</th> 103 </tr> 104 <tr> 105 <td width="100"> 106<span class="static_style" title="static">S</span> </td> 107 <th> 108<a href="../../../../nn/font/CTR/RectDrawer/GetVertexBufferCommandBufferSize.html">GetVertexBufferCommandBufferSize</a> 109 </th> 110<td>Gets the size of the vertex buffer and command buffer required for <CODE>RectDrawer</CODE>.</td> 111 </tr> 112 <tr> 113 <td width="100"> 114<span class="static_style" title="static">S</span> </td> 115 <th> 116<a href="../../../../nn/font/CTR/RectDrawer/GetVertexBufferData.html">GetVertexBufferData</a> 117 </th> 118<td>Gets the vertex buffer data used by <CODE>RectDrawer</CODE>.</td> 119 </tr> 120 <tr> 121 <td width="100"> 122<span class="static_style" title="static">S</span> </td> 123 <th> 124<a href="../../../../nn/font/CTR/RectDrawer/GetVertexBufferSize.html">GetVertexBufferSize</a> 125 </th> 126<td>Gets the size of the vertex buffer required for <CODE>RectDrawer</CODE>.</td> 127 </tr> 128 <tr> 129 <td width="100"> 130<span class="static_style" title="static">S</span> </td> 131 <th> 132<a href="../../../../nn/font/CTR/RectDrawer/GetCommandBufferSize.html">GetCommandBufferSize</a> 133 </th> 134<td>Gets the size of the command buffer required for <CODE>RectDrawer</CODE>.</td> 135 </tr> 136 <tr> 137<td width="100"> <span class="virtual_style" title="virtual">V</span> 138 </td> 139 <th> 140<a href="../../../../nn/font/CTR/RectDrawer/DrawBegin.html"><CODE>DrawBegin</CODE></a> 141 </th> 142<td>Starts drawing.</td> 143 </tr> 144 <tr> 145<td width="100"> <span class="virtual_style" title="virtual">V</span> 146 </td> 147 <th> 148<a href="../../../../nn/font/CTR/RectDrawer/DrawEnd.html"><CODE>DrawEnd</CODE></a> 149 </th> 150<td>Stops drawing.</td> 151 </tr> 152 <tr> 153 <td width="100"> </td> 154 <th> 155<a href="../../../../nn/font/CTR/RectDrawer/SetProjectionMtx.html"><CODE>SetProjectionMtx</CODE></a> 156 </th> 157<td>Sets the projection matrix.</td> 158 </tr> 159 <tr> 160 <td width="100"> </td> 161 <th> 162<a href="../../../../nn/font/CTR/RectDrawer/SetViewMtxForText.html"><CODE>SetViewMtxForText</CODE></a> 163 </th> 164<td>Sets a view matrix for text.</td> 165 </tr> 166 <tr> 167 <td width="100"> </td> 168 <th> 169<a href="../../../../nn/font/CTR/RectDrawer/SetParallax.html"><CODE>SetParallax</CODE></a> 170 </th> 171<td>Sets parallax parameters.</td> 172 </tr> 173 <tr> 174 <td width="100"> </td> 175 <th> 176<a href="../../../../nn/font/CTR/RectDrawer/BuildTextCommand.html"><CODE>BuildTextCommand</CODE></a> 177 </th> 178<td>Creates a command for drawing strings.</td> 179 </tr> </table> 180 </div> 181 </a> 182<h2>Revision History</h2> 183 <div class="section"> 184 <dl class="history"> 185 <dt>2010/11/10</dt> 186<dd>Initial version.<br /> 187 </dd> 188 </dl> 189 </div> 190 <hr><p>CONFIDENTIAL</p></body> 191</html>