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 span.virtual_style 22 { 23 font-size : 8pt; 24 color : white; 25 font-weight : bold; 26 background : #0a0; 27 border-left : solid 1px #0f0; 28 border-top : solid 1px #0f0; 29 border-right : solid 1px #060; 30 border-bottom : solid 1px #060; 31 padding-left : 2px; 32 padding-right : 2px; 33 } 34 span.protected_style 35 { 36 font-size : 8pt; 37 color : white; 38 font-weight : bold; 39 background : #444; 40 border-left : solid 1px #ccc; 41 border-top : solid 1px #ccc; 42 border-right : solid 1px #222; 43 border-bottom : solid 1px #222; 44 padding-left : 2px; 45 padding-right : 2px; 46 } 47 --></style> 48<title>nn::font::CTR::TagProcessorBase</title> 49 </head> 50 <body> 51<h1><CODE><a href="../../../../nn/Overview.html">nn</a>::<a href="../../../../nn/font/Overview.html">font</a>::<a href="../../../../nn/font/CTR/Overview.html">CTR</a>::TagProcessorBase</CODE> Class</h1> 52<h2>Syntax</h2> 53 <div class="section"> 54<pre class="definition">template <typename CharType> 55class TagProcessorBase</pre> 56 </div> 57<h2>Template Arguments</h2> 58 <div class="section"> 59 <table class="arguments"> 60 <thead> 61 <tr> 62<th>Name</th> 63<td>Description</td> 64 </tr> 65 </thead> 66 <tr> 67<th>CharType</th> 68<td>The character type.</td> 69 </tr> </table> 70 </div> 71<h2>Description</h2> 72 <div class="section"> 73<p>A class that handles font resources that define groups of glyphs.</p><!-- write here --></div> 74 <a name="enum" id="enum"> 75<h2>Enumerated Types</h2> 76 <div class="section"> 77 <table class="members"> 78 <tr> 79 <td width="100"> </td> 80 <th> 81<a href="../../../../nn/font/CTR/TagProcessorBase/Operation.html"><CODE>Operation</CODE></a> 82 </th> 83<td>An enumerated type for processing that must be carried out by the caller (<CODE>TextWriter</CODE>).</td> 84 </tr> </table> 85 </div> 86 </a> <a name="function" id="function"> 87<h2>Member Functions</h2> 88 <div class="section"> 89 <table class="members"> 90 <tr> 91<th class="category" colspan="3">Constructors/Destructors</th> 92 </tr> 93 <tr> 94 <td width="100"> </td> 95 <th> 96<a href="../../../../nn/font/CTR/TagProcessorBase/TagProcessorBase.html"><CODE>TagProcessorBase</CODE></a> 97 </th> 98<td>Constructor.</td> 99 </tr> 100 <tr> 101<td width="100"> <span class="virtual_style" title="virtual">V</span> 102 </td> 103 <th> 104<a href="../../../../nn/font/CTR/TagProcessorBase/~TagProcessorBase.html"><CODE>~TagProcessorBase</CODE></a> 105 </th> 106<td>Destructor.</td> 107 </tr> 108 <tr> 109<th class="category" colspan="3">Tag Processing</th> 110 </tr> 111 <tr> 112<td width="100"> <span class="virtual_style" title="virtual">V</span> 113 </td> 114 <th> 115<a href="../../../../nn/font/CTR/TagProcessorBase/Process.html"><CODE>Process</CODE></a> 116 </th> 117<td>Carries out processing based on the tags.</td> 118 </tr> 119 <tr> 120<td width="100"> <span class="virtual_style" title="virtual">V</span> 121 </td> 122 <th> 123<a href="../../../../nn/font/CTR/TagProcessorBase/CalcRect.html"><CODE>CalcRect</CODE></a> 124 </th> 125<td>Calculates the range of influence of tags.</td> 126 </tr> </table> 127 </div> 128 </a> 129<h2>Revision History</h2> 130 <div class="section"> 131 <dl class="history"> 132 <dt>2010/11/10</dt> 133<dd>Initial version.<br /> 134 </dd> 135 </dl> 136 </div> 137 <hr><p>CONFIDENTIAL</p></body> 138</html> 139