Sophie

Sophie

distrib > Fedora > 13 > x86_64 > by-pkgid > 11699c18190f3d97c0d06d00c2f57cad > files > 33

ftgl-docs-2.1.3-0.3.rc5.fc13.x86_64.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: FTOutlineGlyph.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.6.2-20100208 -->
<div class="navigation" id="top">
  <div class="tabs">
    <ul>
      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
      <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
      <li class="current"><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
  <div class="tabs">
    <ul>
      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
      <li><a href="globals.html"><span>Globals</span></a></li>
    </ul>
  </div>
</div>
<div class="contents">
<h1>FTOutlineGlyph.h File Reference</h1><code>#include &lt;<a class="el" href="ftgl_8h_source.html">FTGL/ftgl.h</a>&gt;</code><br/>

<p><a href="FTOutlineGlyph_8h_source.html">Go to the source code of this file.</a></p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td colspan="2"><h2>Data Structures</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classFTOutlineGlyph.html">FTOutlineGlyph</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight"><a class="el" href="classFTOutlineGlyph.html" title="FTOutlineGlyph is a specialisation of FTGlyph for creating outlines.">FTOutlineGlyph</a> is a specialisation of <a class="el" href="classFTGlyph.html" title="FTGlyph is the base class for FTGL glyphs.">FTGlyph</a> for creating outlines.  <a href="classFTOutlineGlyph.html#_details">More...</a><br/></td></tr>
<tr><td colspan="2"><h2>Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="FTGlyph_8h.html#a155b37e19e0844502e473bb32c31a558">FTGLglyph</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="FTOutlineGlyph_8h.html#ac167788aa603067e0f10fd0c0dbf0b68">ftglCreateOutlineGlyph</a> (FT_GlyphSlot glyph, float outset, int useDisplayList)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Create a specialisation of FTGLglyph for creating outlines.  <a href="#ac167788aa603067e0f10fd0c0dbf0b68"></a><br/></td></tr>
</table>
<hr/><h2>Function Documentation</h2>
<a class="anchor" id="ac167788aa603067e0f10fd0c0dbf0b68"></a><!-- doxytag: member="FTOutlineGlyph.h::ftglCreateOutlineGlyph" ref="ac167788aa603067e0f10fd0c0dbf0b68" args="(FT_GlyphSlot glyph, float outset, 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>* ftglCreateOutlineGlyph </td>
          <td>(</td>
          <td class="paramtype">FT_GlyphSlot&nbsp;</td>
          <td class="paramname"> <em>glyph</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">float&nbsp;</td>
          <td class="paramname"> <em>outset</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname"> <em>useDisplayList</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Create a specialisation of FTGLglyph for creating outlines. </p>
<dl><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>glyph</em>&nbsp;</td><td>The Freetype glyph to be processed </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>outset</em>&nbsp;</td><td>outset contour size </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>useDisplayList</em>&nbsp;</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 style="text-align: right;"><small>Generated by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.2-20100208 </small></address>
</body>
</html>