Sophie

Sophie

distrib > Fedora > 16 > i386 > by-pkgid > 695723f45a219d8b1253352d6e8b7d4a > files > 13

ftgl-docs-2.1.3-0.4.rc5.fc15.i686.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>FTGL: FTExtrdGlyph.h File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.7.3 -->
<div id="top">
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td style="padding-left: 0.5em;">
   <div id="projectname">FTGL&#160;<span id="projectnumber">2.1.3~rc5</span></div>
  </td>
 </tr>
 </tbody>
</table>
</div>
  <div id="navrow1" class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
      <li><a href="annotated.html"><span>Data&#160;Structures</span></a></li>
      <li class="current"><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
  <div id="navrow2" class="tabs2">
    <ul class="tablist">
      <li><a href="files.html"><span>File&#160;List</span></a></li>
      <li><a href="globals.html"><span>Globals</span></a></li>
    </ul>
  </div>
</div>
<div class="header">
  <div class="summary">
<a href="#nested-classes">Data Structures</a> &#124;
<a href="#define-members">Defines</a> &#124;
<a href="#func-members">Functions</a>  </div>
  <div class="headertitle">
<h1>FTExtrdGlyph.h File Reference</h1>  </div>
</div>
<div class="contents">
<div class="textblock"><code>#include &lt;FTGL/ftgl.h&gt;</code><br/>
</div>
<p><a href="FTExtrdGlyph_8h_source.html">Go to the source code of this file.</a></p>
<table class="memberdecls">
<tr><td colspan="2"><h2><a name="nested-classes"></a>
Data Structures</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classFTExtrudeGlyph.html">FTExtrudeGlyph</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight"><a class="el" href="classFTExtrudeGlyph.html" title="FTExtrudeGlyph is a specialisation of FTGlyph for creating tessellated extruded polygon glyphs...">FTExtrudeGlyph</a> is a specialisation of <a class="el" href="classFTGlyph.html" title="FTGlyph is the base class for FTGL glyphs.">FTGlyph</a> for creating tessellated extruded polygon glyphs.  <a href="classFTExtrudeGlyph.html#_details">More...</a><br/></td></tr>
<tr><td colspan="2"><h2><a name="define-members"></a>
Defines</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">#define&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="FTExtrdGlyph_8h.html#a8ef94254dc520e02f8013247b660081e">FTExtrdGlyph</a>&#160;&#160;&#160;<a class="el" href="classFTExtrudeGlyph.html">FTExtrudeGlyph</a></td></tr>
<tr><td colspan="2"><h2><a name="func-members"></a>
Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="FTGlyph_8h.html#a155b37e19e0844502e473bb32c31a558">FTGLglyph</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="FTExtrdGlyph_8h.html#a325fc3b9c3a867c2d947e4c97caee92e">ftglCreateExtrudeGlyph</a> (FT_GlyphSlot glyph, float depth, float frontOutset, float backOutset, int useDisplayList)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Create a specialisation of FTGLglyph for creating tessellated extruded polygon glyphs.  <a href="#a325fc3b9c3a867c2d947e4c97caee92e"></a><br/></td></tr>
</table>
<hr/><h2>Define Documentation</h2>
<a class="anchor" id="a8ef94254dc520e02f8013247b660081e"></a><!-- doxytag: member="FTExtrdGlyph.h::FTExtrdGlyph" ref="a8ef94254dc520e02f8013247b660081e" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">#define FTExtrdGlyph&#160;&#160;&#160;<a class="el" href="classFTExtrudeGlyph.html">FTExtrudeGlyph</a></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="FTExtrdGlyph_8h_source.html#l00077">77</a> of file <a class="el" href="FTExtrdGlyph_8h_source.html">FTExtrdGlyph.h</a>.</p>

</div>
</div>
<hr/><h2>Function Documentation</h2>
<a class="anchor" id="a325fc3b9c3a867c2d947e4c97caee92e"></a><!-- doxytag: member="FTExtrdGlyph.h::ftglCreateExtrudeGlyph" ref="a325fc3b9c3a867c2d947e4c97caee92e" args="(FT_GlyphSlot glyph, float depth, float frontOutset, float backOutset, int useDisplayList)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="FTGlyph_8h.html#a155b37e19e0844502e473bb32c31a558">FTGLglyph</a>* ftglCreateExtrudeGlyph </td>
          <td>(</td>
          <td class="paramtype">FT_GlyphSlot&#160;</td>
          <td class="paramname"><em>glyph</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">float&#160;</td>
          <td class="paramname"><em>depth</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">float&#160;</td>
          <td class="paramname"><em>frontOutset</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">float&#160;</td>
          <td class="paramname"><em>backOutset</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">int&#160;</td>
          <td class="paramname"><em>useDisplayList</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Create a specialisation of FTGLglyph for creating tessellated extruded polygon glyphs. </p>
<dl><dt><b>Parameters:</b></dt><dd>
  <table class="params">
    <tr><td class="paramname">glyph</td><td>The Freetype glyph to be processed </td></tr>
    <tr><td class="paramname">depth</td><td>The distance along the z axis to extrude the glyph </td></tr>
    <tr><td class="paramname">frontOutset</td><td>outset contour size </td></tr>
    <tr><td class="paramname">backOutset</td><td>outset contour size </td></tr>
    <tr><td class="paramname">useDisplayList</td><td>Enable or disable the use of Display Lists for this glyph <code>true</code> turns ON display lists. <code>false</code> turns OFF display lists. </td></tr>
  </table>
  </dd>
</dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>An FTGLglyph* object. </dd></dl>

</div>
</div>
</div>
<hr class="footer"/><address class="footer"><small>Generated on Wed Feb 9 2011 for FTGL by&#160;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.3 </small></address>
</body>
</html>