Sophie

Sophie

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

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: FTGL User Guide</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 class="current"><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><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
</div>
<div class="header">
  <div class="headertitle">
<h1>FTGL User Guide </h1>  </div>
</div>
<div class="contents">
<div class="textblock"><div align="center">
<img src="logo.png" alt="logo.png"/>
</div>
 <h2><a class="anchor" id="intro"></a>
Introduction</h2>
<p>OpenGL doesn't provide direct font support, so the application must use any of OpenGL's other features for font rendering, such as drawing bitmaps or pixmaps, creating texture maps containing an entire character set, drawing character outlines, or creating a 3D geometry for each character.</p>
<p>More information can be found on the OpenGL website:</p>
<ul>
<li><a href="http://www.opengl.org/resources/faq/technical/fonts.htm">http://www.opengl.org/resources/faq/technical/fonts.htm</a></li>
<li><a href="http://www.opengl.org/resources/features/fontsurvey/">http://www.opengl.org/resources/features/fontsurvey/</a></li>
</ul>
<p>Most of these systems require a pre-processing stage to take the native fonts and convert them into a proprietary format.</p>
<p>FTGL was born out of the need to treat fonts in OpenGL applications just like any other application. For example when using Adobe Photoshop or Microsoft Word you don't need an intermediate pre-processing step to use high quality scalable fonts.</p>
<h2><a class="anchor" id="documentation"></a>
Documentation</h2>
<ul>
<li><a class="el" href="ftgl-tutorial.html">FTGL tutorial</a></li>
</ul>
<ul>
<li>C API reference:<ul>
<li><a class="el" href="FTGlyph_8h.html">FTGlyph.h</a></li>
<li><a class="el" href="FTFont_8h.html">FTFont.h</a></li>
<li><a class="el" href="FTLayout_8h.html">FTLayout.h</a></li>
</ul>
</li>
</ul>
<ul>
<li>C++ API reference:<ul>
<li>class <a class="el" href="classFTGlyph.html" title="FTGlyph is the base class for FTGL glyphs.">FTGlyph</a></li>
<li>class <a class="el" href="classFTFont.html" title="FTFont is the public interface for the FTGL library.">FTFont</a></li>
<li>class <a class="el" href="classFTLayout.html" title="FTLayout is the interface for layout managers that render text.">FTLayout</a></li>
</ul>
</li>
</ul>
<h2><a class="anchor" id="information"></a>
Additional information</h2>
<ul>
<li><a class="el" href="ftgl-faq.html">Frequently Asked Questions</a></li>
</ul>
<ul>
<li><a class="el" href="ftgl-projects.html">Projects using FTGL</a> </li>
</ul>
</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>