Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > media > main-release > by-pkgid > 280da2a01a3d16776505ea3f476de84f > files > 85

icu-doc-3.8.1-2mdv2008.1.x86_64.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>ICU 3.8: LECharMapper Class Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.1 -->
<div class="tabs">
  <ul>
    <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
    <li><a href="modules.html"><span>Modules</span></a></li>
    <li id="current"><a href="classes.html"><span>Data&nbsp;Structures</span></a></li>
    <li><a href="files.html"><span>Files</span></a></li>
    <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
    <li>
      <form action="search.php" method="get">
        <table cellspacing="0" cellpadding="0" border="0">
          <tr>
            <td><label>&nbsp;<u>S</u>earch&nbsp;for&nbsp;</label></td>
            <td><input type="text" name="query" value="" size="20" accesskey="s"/></td>
          </tr>
        </table>
      </form>
    </li>
  </ul></div>
<div class="tabs">
  <ul>
    <li><a href="classes.html"><span>Alphabetical&nbsp;List</span></a></li>
    <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
    <li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
    <li><a href="functions.html"><span>Data&nbsp;Fields</span></a></li>
  </ul></div>
<h1>LECharMapper Class Reference</h1><!-- doxytag: class="LECharMapper" -->Instances of this class are used by <code><a class="el" href="classLEFontInstance.html#40ae46572b1230e460801cc4245f20d6">LEFontInstance::mapCharsToGlyphs</a></code> and <code><a class="el" href="classLEFontInstance.html#ee1e7102bf00f45880155f827a721791">LEFontInstance::mapCharToGlyph</a></code> to adjust character codes before the character to glyph mapping process.  
<a href="#_details">More...</a>
<p>
<code>#include &lt;<a class="el" href="LEFontInstance_8h-source.html">LEFontInstance.h</a>&gt;</code>
<p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classLECharMapper.html#a33a80a6f3612726e7c4a0441975565a">~LECharMapper</a> ()</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Destructor.  <a href="#a33a80a6f3612726e7c4a0441975565a"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual <a class="el" href="LETypes_8h.html#25ed173b2a50d1ab11df41caf054fdb7">LEUnicode32</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classLECharMapper.html#d6d2a742bac6c29f894aef5fc7efbdaf">mapChar</a> (<a class="el" href="LETypes_8h.html#25ed173b2a50d1ab11df41caf054fdb7">LEUnicode32</a> ch) const=0</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">This method does the adjustments.  <a href="#d6d2a742bac6c29f894aef5fc7efbdaf"></a><br></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
Instances of this class are used by <code><a class="el" href="classLEFontInstance.html#40ae46572b1230e460801cc4245f20d6">LEFontInstance::mapCharsToGlyphs</a></code> and <code><a class="el" href="classLEFontInstance.html#ee1e7102bf00f45880155f827a721791">LEFontInstance::mapCharToGlyph</a></code> to adjust character codes before the character to glyph mapping process. 
<p>
Examples of this are filtering out control characters and character mirroring - replacing a character which has both a left and a right hand form with the opposite form.<p>
<dl compact><dt><b><a class="el" href="stable.html#_stable003323">Stable:</a></b></dt><dd>ICU 3.2 </dd></dl>

<p>

<p>
Definition at line <a class="el" href="LEFontInstance_8h-source.html#l00028">28</a> of file <a class="el" href="LEFontInstance_8h-source.html">LEFontInstance.h</a>.<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" name="a33a80a6f3612726e7c4a0441975565a"></a><!-- doxytag: member="LECharMapper::~LECharMapper" ref="a33a80a6f3612726e7c4a0441975565a" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual LECharMapper::~LECharMapper           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Destructor. 
<p>
<dl compact><dt><b><a class="el" href="stable.html#_stable003326">Stable:</a></b></dt><dd>ICU 3.2 </dd></dl>

</div>
</div><p>
<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="d6d2a742bac6c29f894aef5fc7efbdaf"></a><!-- doxytag: member="LECharMapper::mapChar" ref="d6d2a742bac6c29f894aef5fc7efbdaf" args="(LEUnicode32 ch) const=0" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual <a class="el" href="LETypes_8h.html#25ed173b2a50d1ab11df41caf054fdb7">LEUnicode32</a> LECharMapper::mapChar           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="LETypes_8h.html#25ed173b2a50d1ab11df41caf054fdb7">LEUnicode32</a>&nbsp;</td>
          <td class="paramname"> <em>ch</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"> const<code> [pure virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
This method does the adjustments. 
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>ch</em>&nbsp;</td><td>- the input character</td></tr>
  </table>
</dl>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>the adjusted character</dd></dl>
<dl compact><dt><b><a class="el" href="stable.html#_stable003327">Stable:</a></b></dt><dd>ICU 2.8 </dd></dl>

</div>
</div><p>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="LEFontInstance_8h-source.html">LEFontInstance.h</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Fri Sep 14 12:59:42 2007 for ICU 3.8 by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
</body>
</html>