Sophie

Sophie

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

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: Data Structures</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 class="current"><a href="annotated.html"><span>Data&#160;Structures</span></a></li>
      <li><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
  <div id="navrow2" class="tabs2">
    <ul class="tablist">
      <li class="current"><a href="annotated.html"><span>Data&#160;Structures</span></a></li>
      <li><a href="hierarchy.html"><span>Class&#160;Hierarchy</span></a></li>
      <li><a href="functions.html"><span>Data&#160;Fields</span></a></li>
    </ul>
  </div>
</div>
<div class="header">
  <div class="headertitle">
<h1>Data Structures</h1>  </div>
</div>
<div class="contents">
<div class="textblock">Here are the data structures with brief descriptions:</div><table>
  <tr><td class="indexkey"><a class="el" href="classFTBBox.html">FTBBox</a></td><td class="indexvalue"><a class="el" href="classFTBBox.html" title="FTBBox is a convenience class for handling bounding boxes.">FTBBox</a> is a convenience class for handling bounding boxes </td></tr>
  <tr><td class="indexkey"><a class="el" href="classFTBitmapFont.html">FTBitmapFont</a></td><td class="indexvalue"><a class="el" href="classFTBitmapFont.html" title="FTBitmapFont is a specialisation of the FTFont class for handling Bitmap fonts.">FTBitmapFont</a> is a specialisation of the <a class="el" href="classFTFont.html" title="FTFont is the public interface for the FTGL library.">FTFont</a> class for handling Bitmap fonts </td></tr>
  <tr><td class="indexkey"><a class="el" href="classFTBitmapGlyph.html">FTBitmapGlyph</a></td><td class="indexvalue"><a class="el" href="classFTBitmapGlyph.html" title="FTBitmapGlyph is a specialisation of FTGlyph for creating bitmaps.">FTBitmapGlyph</a> is a specialisation of <a class="el" href="classFTGlyph.html" title="FTGlyph is the base class for FTGL glyphs.">FTGlyph</a> for creating bitmaps </td></tr>
  <tr><td class="indexkey"><a class="el" href="classFTBuffer.html">FTBuffer</a></td><td class="indexvalue"><a class="el" href="classFTBuffer.html" title="FTBuffer is a helper class for pixel buffers.">FTBuffer</a> is a helper class for pixel buffers </td></tr>
  <tr><td class="indexkey"><a class="el" href="classFTBufferFont.html">FTBufferFont</a></td><td class="indexvalue"><a class="el" href="classFTBufferFont.html" title="FTBufferFont is a specialisation of the FTFont class for handling memory buffer fonts.">FTBufferFont</a> is a specialisation of the <a class="el" href="classFTFont.html" title="FTFont is the public interface for the FTGL library.">FTFont</a> class for handling memory buffer fonts </td></tr>
  <tr><td class="indexkey"><a class="el" href="classFTBufferGlyph.html">FTBufferGlyph</a></td><td class="indexvalue"><a class="el" href="classFTBufferGlyph.html" title="FTBufferGlyph is a specialisation of FTGlyph for memory buffer rendering.">FTBufferGlyph</a> is a specialisation of <a class="el" href="classFTGlyph.html" title="FTGlyph is the base class for FTGL glyphs.">FTGlyph</a> for memory buffer rendering </td></tr>
  <tr><td class="indexkey"><a class="el" href="classFTExtrudeFont.html">FTExtrudeFont</a></td><td class="indexvalue"><a class="el" href="classFTExtrudeFont.html" title="FTExtrudeFont is a specialisation of the FTFont class for handling extruded Polygon fonts...">FTExtrudeFont</a> is a specialisation of the <a class="el" href="classFTFont.html" title="FTFont is the public interface for the FTGL library.">FTFont</a> class for handling extruded Polygon fonts </td></tr>
  <tr><td class="indexkey"><a class="el" href="classFTExtrudeGlyph.html">FTExtrudeGlyph</a></td><td class="indexvalue"><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 </td></tr>
  <tr><td class="indexkey"><a class="el" href="classFTFont.html">FTFont</a></td><td class="indexvalue"><a class="el" href="classFTFont.html" title="FTFont is the public interface for the FTGL library.">FTFont</a> is the public interface for the <a class="el" href="namespaceFTGL.html">FTGL</a> library </td></tr>
  <tr><td class="indexkey"><a class="el" href="classFTGlyph.html">FTGlyph</a></td><td class="indexvalue"><a class="el" href="classFTGlyph.html" title="FTGlyph is the base class for FTGL glyphs.">FTGlyph</a> is the base class for <a class="el" href="namespaceFTGL.html">FTGL</a> glyphs </td></tr>
  <tr><td class="indexkey"><a class="el" href="classFTLayout.html">FTLayout</a></td><td class="indexvalue"><a class="el" href="classFTLayout.html" title="FTLayout is the interface for layout managers that render text.">FTLayout</a> is the interface for layout managers that render text </td></tr>
  <tr><td class="indexkey"><a class="el" href="classFTOutlineFont.html">FTOutlineFont</a></td><td class="indexvalue"><a class="el" href="classFTOutlineFont.html" title="FTOutlineFont is a specialisation of the FTFont class for handling Vector Outline fonts...">FTOutlineFont</a> is a specialisation of the <a class="el" href="classFTFont.html" title="FTFont is the public interface for the FTGL library.">FTFont</a> class for handling Vector Outline fonts </td></tr>
  <tr><td class="indexkey"><a class="el" href="classFTOutlineGlyph.html">FTOutlineGlyph</a></td><td class="indexvalue"><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 </td></tr>
  <tr><td class="indexkey"><a class="el" href="classFTPixmapFont.html">FTPixmapFont</a></td><td class="indexvalue"><a class="el" href="classFTPixmapFont.html" title="FTPixmapFont is a specialisation of the FTFont class for handling Pixmap (Grey Scale) fonts...">FTPixmapFont</a> is a specialisation of the <a class="el" href="classFTFont.html" title="FTFont is the public interface for the FTGL library.">FTFont</a> class for handling Pixmap (Grey Scale) fonts </td></tr>
  <tr><td class="indexkey"><a class="el" href="classFTPixmapGlyph.html">FTPixmapGlyph</a></td><td class="indexvalue"><a class="el" href="classFTPixmapGlyph.html" title="FTPixmapGlyph is a specialisation of FTGlyph for creating pixmaps.">FTPixmapGlyph</a> is a specialisation of <a class="el" href="classFTGlyph.html" title="FTGlyph is the base class for FTGL glyphs.">FTGlyph</a> for creating pixmaps </td></tr>
  <tr><td class="indexkey"><a class="el" href="classFTPoint.html">FTPoint</a></td><td class="indexvalue"><a class="el" href="classFTPoint.html" title="FTPoint class is a basic 3-dimensional point or vector.">FTPoint</a> class is a basic 3-dimensional point or vector </td></tr>
  <tr><td class="indexkey"><a class="el" href="classFTPolygonFont.html">FTPolygonFont</a></td><td class="indexvalue"><a class="el" href="classFTPolygonFont.html" title="FTPolygonFont is a specialisation of the FTFont class for handling tesselated Polygon Mesh fonts...">FTPolygonFont</a> is a specialisation of the <a class="el" href="classFTFont.html" title="FTFont is the public interface for the FTGL library.">FTFont</a> class for handling tesselated Polygon Mesh fonts </td></tr>
  <tr><td class="indexkey"><a class="el" href="classFTPolygonGlyph.html">FTPolygonGlyph</a></td><td class="indexvalue"><a class="el" href="classFTPolygonGlyph.html" title="FTPolygonGlyph is a specialisation of FTGlyph for creating tessellated polygon glyphs.">FTPolygonGlyph</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 polygon glyphs </td></tr>
  <tr><td class="indexkey"><a class="el" href="classFTSimpleLayout.html">FTSimpleLayout</a></td><td class="indexvalue"><a class="el" href="classFTSimpleLayout.html" title="FTSimpleLayout is a specialisation of FTLayout for simple text boxes.">FTSimpleLayout</a> is a specialisation of <a class="el" href="classFTLayout.html" title="FTLayout is the interface for layout managers that render text.">FTLayout</a> for simple text boxes </td></tr>
  <tr><td class="indexkey"><a class="el" href="classFTTextureFont.html">FTTextureFont</a></td><td class="indexvalue"><a class="el" href="classFTTextureFont.html" title="FTTextureFont is a specialisation of the FTFont class for handling Texture mapped fonts...">FTTextureFont</a> is a specialisation of the <a class="el" href="classFTFont.html" title="FTFont is the public interface for the FTGL library.">FTFont</a> class for handling Texture mapped fonts </td></tr>
  <tr><td class="indexkey"><a class="el" href="classFTTextureGlyph.html">FTTextureGlyph</a></td><td class="indexvalue"><a class="el" href="classFTTextureGlyph.html" title="FTTextureGlyph is a specialisation of FTGlyph for creating texture glyphs.">FTTextureGlyph</a> is a specialisation of <a class="el" href="classFTGlyph.html" title="FTGlyph is the base class for FTGL glyphs.">FTGlyph</a> for creating texture glyphs </td></tr>
</table>
</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>