blob: c0b70d79fa3e7f742ec7614c3b451ca1af467a34 [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: FTPixmapGlyph 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>FTPixmapGlyph Class Reference</h1><code>#include &lt;<a class="el" href="FTPixmapGlyph_8h-source.html">FTPixmapGlyph.h</a>&gt;</code>
<p>
<p>Inheritance diagram for FTPixmapGlyph:
<p><center><img src="classFTPixmapGlyph.png" usemap="#FTPixmapGlyph_map" border="0" alt=""></center>
<map name="FTPixmapGlyph_map">
<area href="classFTGlyph.html" alt="FTGlyph" shape="rect" coords="0,0,100,24">
</map>
<hr><a name="_details"></a><h2>Detailed Description</h2>
FTPixmapGlyph is a specialisation of <a class="el" href="classFTGlyph.html">FTGlyph</a> for creating pixmaps.
<p>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="classFTGlyphContainer.html">FTGlyphContainer</a> </dd></dl>
<p>
<p>
Definition at line <a class="el" href="FTPixmapGlyph_8h-source.html#l00019">19</a> of file <a class="el" href="FTPixmapGlyph_8h-source.html">FTPixmapGlyph.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="classFTPixmapGlyph.html#a0">FTPixmapGlyph</a> (FT_GlyphSlot glyph)</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>virtual&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classFTPixmapGlyph.html#a1">~FTPixmapGlyph</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>virtual const <a class="el" href="classFTPoint.html">FTPoint</a> &amp;&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classFTPixmapGlyph.html#a2">Render</a> (const <a class="el" href="classFTPoint.html">FTPoint</a> &amp;pen)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Renders this glyph at the current pen position. <a href="#a2"></a><br><br></td></tr>
</table>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" name="a0" doxytag="FTPixmapGlyph::FTPixmapGlyph" ></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"> FTPixmapGlyph::FTPixmapGlyph </td>
<td class="md" valign="top">(&nbsp;</td>
<td class="md" nowrap valign="top">FT_GlyphSlot&nbsp;</td>
<td class="mdname1" valign="top" nowrap> <em>glyph</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>glyph</em>&nbsp;</td><td>The Freetype glyph to be processed </td></tr>
</table>
</dl>
<p>
Definition at line <a class="el" href="FTPixmapGlyph_8cpp-source.html#l00003">3</a> of file <a class="el" href="FTPixmapGlyph_8cpp-source.html">FTPixmapGlyph.cpp</a>.
<p>
References <a class="el" href="FTGL_8h-source.html#l00018">FT_RENDER_MODE_NORMAL</a>, <a class="el" href="FTPoint_8h-source.html#l00142">FTPoint::X()</a>, and <a class="el" href="FTPoint_8h-source.html#l00143">FTPoint::Y()</a>. </td>
</tr>
</table>
<a class="anchor" name="a1" doxytag="FTPixmapGlyph::~FTPixmapGlyph" ></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"> FTPixmapGlyph::~<a class="el" href="classFTPixmapGlyph.html">FTPixmapGlyph</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><code> [virtual]</code></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="FTPixmapGlyph_8cpp-source.html#l00080">80</a> of file <a class="el" href="FTPixmapGlyph_8cpp-source.html">FTPixmapGlyph.cpp</a>. </td>
</tr>
</table>
<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="a2" doxytag="FTPixmapGlyph::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"> const <a class="el" href="classFTPoint.html">FTPoint</a> &amp; FTPixmapGlyph::Render </td>
<td class="md" valign="top">(&nbsp;</td>
<td class="md" nowrap valign="top">const <a class="el" href="classFTPoint.html">FTPoint</a> &amp;&nbsp;</td>
<td class="mdname1" valign="top" nowrap> <em>pen</em> </td>
<td class="md" valign="top">&nbsp;)&nbsp;</td>
<td class="md" nowrap><code> [virtual]</code></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Renders this glyph at the current pen position.
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign=top><em>pen</em>&nbsp;</td><td>The current pen position. </td></tr>
</table>
</dl>
<dl compact><dt><b>Returns:</b></dt><dd>The advance distance for this glyph. </dd></dl>
<p>
Implements <a class="el" href="classFTGlyph.html#a2">FTGlyph</a>.
<p>
Definition at line <a class="el" href="FTPixmapGlyph_8cpp-source.html#l00086">86</a> of file <a class="el" href="FTPixmapGlyph_8cpp-source.html">FTPixmapGlyph.cpp</a>.
<p>
References <a class="el" href="FTPoint_8h-source.html#l00142">FTPoint::X()</a>, and <a class="el" href="FTPoint_8h-source.html#l00143">FTPoint::Y()</a>. </td>
</tr>
</table>
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="FTPixmapGlyph_8h-source.html">FTPixmapGlyph.h</a><li><a class="el" href="FTPixmapGlyph_8cpp-source.html">FTPixmapGlyph.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>