blob: 2e7f135188666072376db20c5dd074dfd834d7b9 [file] [log] [blame]
<!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>FTGL: FTGlyphContainer class Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.3.6 -->
<div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="hierarchy.html">Class&nbsp;Hierarchy</a> | <a class="qindex" href="annotated.html">Data&nbsp;Structures</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Data&nbsp;Fields</a> | <a class="qindex" href="globals.html">Globals</a></div>
<h1>FTGlyphContainer Class Reference</h1><code>#include &lt;<a class="el" href="FTGlyphContainer_8h-source.html">FTGlyphContainer.h</a>&gt;</code>
<p>
<hr><a name="_details"></a><h2>Detailed Description</h2>
FTGlyphContainer holds the post processed <a class="el" href="classFTGlyph.html">FTGlyph</a> objects.
<p>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="classFTGlyph.html">FTGlyph</a> </dd></dl>
<p>
<p>
Definition at line <a class="el" href="FTGlyphContainer_8h-source.html#l00022">22</a> of file <a class="el" href="FTGlyphContainer_8h-source.html">FTGlyphContainer.h</a>.<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>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classFTGlyphContainer.html#a0">FTGlyphContainer</a> (<a class="el" href="classFTFace.html">FTFace</a> *face)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Constructor. <a href="#a0"></a><br><br></td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classFTGlyphContainer.html#a1">~FTGlyphContainer</a> ()</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Destructor. <a href="#a1"></a><br><br></td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>bool&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classFTGlyphContainer.html#a2">CharMap</a> (FT_Encoding encoding)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Sets the character map for the face. <a href="#a2"></a><br><br></td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>unsigned int&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classFTGlyphContainer.html#a3">FontIndex</a> (const unsigned int characterCode) const </td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Get the font index of the input character. <a href="#a3"></a><br><br></td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>void&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classFTGlyphContainer.html#a4">Add</a> (<a class="el" href="classFTGlyph.html">FTGlyph</a> *glyph, const unsigned int characterCode)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Adds a glyph to this glyph list. <a href="#a4"></a><br><br></td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>const <a class="el" href="classFTGlyph.html">FTGlyph</a> *const &nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classFTGlyphContainer.html#a5">Glyph</a> (const unsigned int characterCode) const </td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Get a glyph from the glyph list. <a href="#a5"></a><br><br></td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="classFTBBox.html">FTBBox</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classFTGlyphContainer.html#a6">BBox</a> (const unsigned int characterCode) const </td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Get the bounding box for a character. <a href="#a6"></a><br><br></td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>float&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classFTGlyphContainer.html#a7">Advance</a> (const unsigned int characterCode, const unsigned int nextCharacterCode)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Returns the kerned advance width for a glyph. <a href="#a7"></a><br><br></td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="classFTPoint.html">FTPoint</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classFTGlyphContainer.html#a8">Render</a> (const unsigned int characterCode, const unsigned int nextCharacterCode, <a class="el" href="classFTPoint.html">FTPoint</a> penPosition)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Renders a character. <a href="#a8"></a><br><br></td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>FT_Error&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classFTGlyphContainer.html#a9">Error</a> () const </td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Queries the Font for errors. <a href="#a9"></a><br><br></td></tr>
</table>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" name="a0" doxytag="FTGlyphContainer::FTGlyphContainer" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> FTGlyphContainer::FTGlyphContainer </td>
<td class="md" valign="top">(&nbsp;</td>
<td class="md" nowrap valign="top"><a class="el" href="classFTFace.html">FTFace</a> *&nbsp;</td>
<td class="mdname1" valign="top" nowrap> <em>face</em> </td>
<td class="md" valign="top">&nbsp;)&nbsp;</td>
<td class="md" nowrap></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Constructor.
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign=top><em>face</em>&nbsp;</td><td>The Freetype face </td></tr>
</table>
</dl>
<p>
Definition at line <a class="el" href="FTGlyphContainer_8cpp-source.html#l00007">7</a> of file <a class="el" href="FTGlyphContainer_8cpp-source.html">FTGlyphContainer.cpp</a>.
<p>
References <a class="el" href="FTVector_8h-source.html#l00112">FTVector&lt; FT_VECTOR_ITEM_TYPE &gt;::push_back()</a>. </td>
</tr>
</table>
<a class="anchor" name="a1" doxytag="FTGlyphContainer::~FTGlyphContainer" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> FTGlyphContainer::~<a class="el" href="classFTGlyphContainer.html">FTGlyphContainer</a> </td>
<td class="md" valign="top">(&nbsp;</td>
<td class="mdname1" valign="top" nowrap> </td>
<td class="md" valign="top">&nbsp;)&nbsp;</td>
<td class="md" nowrap></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Destructor.
<p>
<p>
Definition at line <a class="el" href="FTGlyphContainer_8cpp-source.html#l00016">16</a> of file <a class="el" href="FTGlyphContainer_8cpp-source.html">FTGlyphContainer.cpp</a>.
<p>
References <a class="el" href="FTVector_8h-source.html#l00059">FTVector&lt; FT_VECTOR_ITEM_TYPE &gt;::begin()</a>, <a class="el" href="FTVector_8h-source.html#l00094">FTVector&lt; FT_VECTOR_ITEM_TYPE &gt;::clear()</a>, and <a class="el" href="FTVector_8h-source.html#l00069">FTVector&lt; FT_VECTOR_ITEM_TYPE &gt;::end()</a>. </td>
</tr>
</table>
<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="a4" doxytag="FTGlyphContainer::Add" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> void FTGlyphContainer::Add </td>
<td class="md" valign="top">(&nbsp;</td>
<td class="md" nowrap valign="top"><a class="el" href="classFTGlyph.html">FTGlyph</a> *&nbsp;</td>
<td class="mdname" nowrap> <em>glyph</em>, </td>
</tr>
<tr>
<td class="md" nowrap align="right"></td>
<td></td>
<td class="md" nowrap>const unsigned int&nbsp;</td>
<td class="mdname" nowrap> <em>characterCode</em></td>
</tr>
<tr>
<td></td>
<td class="md">)&nbsp;</td>
<td class="md" colspan="2"></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Adds a glyph to this glyph list.
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign=top><em>glyph</em>&nbsp;</td><td>The <a class="el" href="classFTGlyph.html">FTGlyph</a> to be inserted into the container </td></tr>
<tr><td valign=top><em>characterCode</em>&nbsp;</td><td>The char code of the glyph NOT the glyph index. </td></tr>
</table>
</dl>
<p>
Definition at line <a class="el" href="FTGlyphContainer_8cpp-source.html#l00043">43</a> of file <a class="el" href="FTGlyphContainer_8cpp-source.html">FTGlyphContainer.cpp</a>.
<p>
References <a class="el" href="FTCharmap_8cpp-source.html#l00059">FTCharmap::InsertIndex()</a>, <a class="el" href="FTVector_8h-source.html#l00112">FTVector&lt; FT_VECTOR_ITEM_TYPE &gt;::push_back()</a>, and <a class="el" href="FTVector_8h-source.html#l00049">FTVector&lt; FT_VECTOR_ITEM_TYPE &gt;::size()</a>. </td>
</tr>
</table>
<a class="anchor" name="a7" doxytag="FTGlyphContainer::Advance" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> float FTGlyphContainer::Advance </td>
<td class="md" valign="top">(&nbsp;</td>
<td class="md" nowrap valign="top">const unsigned int&nbsp;</td>
<td class="mdname" nowrap> <em>characterCode</em>, </td>
</tr>
<tr>
<td class="md" nowrap align="right"></td>
<td></td>
<td class="md" nowrap>const unsigned int&nbsp;</td>
<td class="mdname" nowrap> <em>nextCharacterCode</em></td>
</tr>
<tr>
<td></td>
<td class="md">)&nbsp;</td>
<td class="md" colspan="2"></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Returns the kerned advance width for a glyph.
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign=top><em>characterCode</em>&nbsp;</td><td>glyph index of the character </td></tr>
<tr><td valign=top><em>nextCharacterCode</em>&nbsp;</td><td>the next glyph in a string </td></tr>
</table>
</dl>
<dl compact><dt><b>Returns:</b></dt><dd>advance width </dd></dl>
<p>
Definition at line <a class="el" href="FTGlyphContainer_8cpp-source.html#l00063">63</a> of file <a class="el" href="FTGlyphContainer_8cpp-source.html">FTGlyphContainer.cpp</a>.
<p>
References <a class="el" href="FTCharmap_8cpp-source.html#l00053">FTCharmap::FontIndex()</a>, <a class="el" href="FTCharmap_8cpp-source.html#l00047">FTCharmap::GlyphListIndex()</a>, <a class="el" href="FTFace_8cpp-source.html#l00111">FTFace::KernAdvance()</a>, and <a class="el" href="FTPoint_8h-source.html#l00142">FTPoint::X()</a>.
<p>
Referenced by <a class="el" href="FTFont_8cpp-source.html#l00209">FTFont::Advance()</a>, and <a class="el" href="FTFont_8cpp-source.html#l00135">FTFont::BBox()</a>. </td>
</tr>
</table>
<a class="anchor" name="a6" doxytag="FTGlyphContainer::BBox" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> <a class="el" href="classFTBBox.html">FTBBox</a> FTGlyphContainer::BBox </td>
<td class="md" valign="top">(&nbsp;</td>
<td class="md" nowrap valign="top">const unsigned int&nbsp;</td>
<td class="mdname1" valign="top" nowrap> <em>characterCode</em> </td>
<td class="md" valign="top">&nbsp;)&nbsp;</td>
<td class="md" nowrap> const</td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Get the bounding box for a character.
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign=top><em>characterCode</em>&nbsp;</td><td>The char code of the glyph NOT the glyph index </td></tr>
</table>
</dl>
<p>
Definition at line <a class="el" href="FTGlyphContainer_8cpp-source.html#l00057">57</a> of file <a class="el" href="FTGlyphContainer_8cpp-source.html">FTGlyphContainer.cpp</a>.
<p>
References <a class="el" href="FTCharmap_8cpp-source.html#l00047">FTCharmap::GlyphListIndex()</a>.
<p>
Referenced by <a class="el" href="FTFont_8cpp-source.html#l00135">FTFont::BBox()</a>. </td>
</tr>
</table>
<a class="anchor" name="a2" doxytag="FTGlyphContainer::CharMap" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> bool FTGlyphContainer::CharMap </td>
<td class="md" valign="top">(&nbsp;</td>
<td class="md" nowrap valign="top">FT_Encoding&nbsp;</td>
<td class="mdname1" valign="top" nowrap> <em>encoding</em> </td>
<td class="md" valign="top">&nbsp;)&nbsp;</td>
<td class="md" nowrap></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Sets the character map for the face.
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign=top><em>encoding</em>&nbsp;</td><td>the Freetype encoding symbol. See above. </td></tr>
</table>
</dl>
<dl compact><dt><b>Returns:</b></dt><dd><code>true</code> if charmap was valid and set correctly </dd></dl>
<p>
Definition at line <a class="el" href="FTGlyphContainer_8cpp-source.html#l00029">29</a> of file <a class="el" href="FTGlyphContainer_8cpp-source.html">FTGlyphContainer.cpp</a>.
<p>
References <a class="el" href="FTCharmap_8cpp-source.html#l00024">FTCharmap::CharMap()</a>, and <a class="el" href="FTCharmap_8h-source.html#l00107">FTCharmap::Error()</a>.
<p>
Referenced by <a class="el" href="FTFont_8cpp-source.html#l00094">FTFont::CharMap()</a>. </td>
</tr>
</table>
<a class="anchor" name="a9" doxytag="FTGlyphContainer::Error" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> FT_Error FTGlyphContainer::Error </td>
<td class="md" valign="top">(&nbsp;</td>
<td class="mdname1" valign="top" nowrap> </td>
<td class="md" valign="top">&nbsp;)&nbsp;</td>
<td class="md" nowrap> const<code> [inline]</code></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Queries the Font for errors.
<p>
<dl compact><dt><b>Returns:</b></dt><dd>The current error code. </dd></dl>
<p>
Definition at line <a class="el" href="FTGlyphContainer_8h-source.html#l00102">102</a> of file <a class="el" href="FTGlyphContainer_8h-source.html">FTGlyphContainer.h</a>.
<p>
Referenced by <a class="el" href="FTFont_8cpp-source.html#l00094">FTFont::CharMap()</a>. </td>
</tr>
</table>
<a class="anchor" name="a3" doxytag="FTGlyphContainer::FontIndex" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> unsigned int FTGlyphContainer::FontIndex </td>
<td class="md" valign="top">(&nbsp;</td>
<td class="md" nowrap valign="top">const unsigned int&nbsp;</td>
<td class="mdname1" valign="top" nowrap> <em>characterCode</em> </td>
<td class="md" valign="top">&nbsp;)&nbsp;</td>
<td class="md" nowrap> const</td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Get the font index of the input character.
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign=top><em>characterCode</em>&nbsp;</td><td>The character code of the requested glyph in the current encoding eg apple roman. </td></tr>
</table>
</dl>
<dl compact><dt><b>Returns:</b></dt><dd>The font index for the character. </dd></dl>
<p>
Definition at line <a class="el" href="FTGlyphContainer_8cpp-source.html#l00037">37</a> of file <a class="el" href="FTGlyphContainer_8cpp-source.html">FTGlyphContainer.cpp</a>.
<p>
References <a class="el" href="FTCharmap_8cpp-source.html#l00053">FTCharmap::FontIndex()</a>. </td>
</tr>
</table>
<a class="anchor" name="a5" doxytag="FTGlyphContainer::Glyph" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> const <a class="el" href="classFTGlyph.html">FTGlyph</a> *const FTGlyphContainer::Glyph </td>
<td class="md" valign="top">(&nbsp;</td>
<td class="md" nowrap valign="top">const unsigned int&nbsp;</td>
<td class="mdname1" valign="top" nowrap> <em>characterCode</em> </td>
<td class="md" valign="top">&nbsp;)&nbsp;</td>
<td class="md" nowrap> const</td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Get a glyph from the glyph list.
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign=top><em>characterCode</em>&nbsp;</td><td>The char code of the glyph NOT the glyph index </td></tr>
</table>
</dl>
<dl compact><dt><b>Returns:</b></dt><dd>An <a class="el" href="classFTGlyph.html">FTGlyph</a> or <code>null</code> is it hasn't been loaded. </dd></dl>
<p>
Definition at line <a class="el" href="FTGlyphContainer_8cpp-source.html#l00050">50</a> of file <a class="el" href="FTGlyphContainer_8cpp-source.html">FTGlyphContainer.cpp</a>.
<p>
References <a class="el" href="FTCharmap_8cpp-source.html#l00047">FTCharmap::GlyphListIndex()</a>. </td>
</tr>
</table>
<a class="anchor" name="a8" doxytag="FTGlyphContainer::Render" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> <a class="el" href="classFTPoint.html">FTPoint</a> FTGlyphContainer::Render </td>
<td class="md" valign="top">(&nbsp;</td>
<td class="md" nowrap valign="top">const unsigned int&nbsp;</td>
<td class="mdname" nowrap> <em>characterCode</em>, </td>
</tr>
<tr>
<td class="md" nowrap align="right"></td>
<td></td>
<td class="md" nowrap>const unsigned int&nbsp;</td>
<td class="mdname" nowrap> <em>nextCharacterCode</em>, </td>
</tr>
<tr>
<td class="md" nowrap align="right"></td>
<td></td>
<td class="md" nowrap><a class="el" href="classFTPoint.html">FTPoint</a>&nbsp;</td>
<td class="mdname" nowrap> <em>penPosition</em></td>
</tr>
<tr>
<td></td>
<td class="md">)&nbsp;</td>
<td class="md" colspan="2"></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Renders a character.
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign=top><em>characterCode</em>&nbsp;</td><td>the glyph to be Rendered </td></tr>
<tr><td valign=top><em>nextCharacterCode</em>&nbsp;</td><td>the next glyph in the string. Used for kerning. </td></tr>
<tr><td valign=top><em>penPosition</em>&nbsp;</td><td>the position to Render the glyph </td></tr>
</table>
</dl>
<dl compact><dt><b>Returns:</b></dt><dd>The distance to advance the pen position after Rendering </dd></dl>
<p>
Definition at line <a class="el" href="FTGlyphContainer_8cpp-source.html#l00075">75</a> of file <a class="el" href="FTGlyphContainer_8cpp-source.html">FTGlyphContainer.cpp</a>.
<p>
References <a class="el" href="FTFace_8h-source.html#l00115">FTFace::Error()</a>, <a class="el" href="FTCharmap_8cpp-source.html#l00053">FTCharmap::FontIndex()</a>, <a class="el" href="FTCharmap_8cpp-source.html#l00047">FTCharmap::GlyphListIndex()</a>, and <a class="el" href="FTFace_8cpp-source.html#l00111">FTFace::KernAdvance()</a>.
<p>
Referenced by <a class="el" href="FTFont_8cpp-source.html#l00245">FTFont::Render()</a>. </td>
</tr>
</table>
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="FTGlyphContainer_8h-source.html">FTGlyphContainer.h</a><li><a class="el" href="FTGlyphContainer_8cpp-source.html">FTGlyphContainer.cpp</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Sun Dec 5 22:24:07 2004 for FTGL by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0 >
</a>1.3.6 </small></address>
</body>
</html>