blob: df6740b90f1453aa40f0607c65ab66b4db4b41c1 [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: FTGLPixmapFont.h Source File</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>FTGLPixmapFont.h</h1><a href="FTGLPixmapFont_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre>00001 <span class="preprocessor">#ifndef __FTGLPixmapFont__</span>
00002 <span class="preprocessor"></span><span class="preprocessor">#define __FTGLPixmapFont__</span>
00003 <span class="preprocessor"></span>
00004
00005 <span class="preprocessor">#include "<a class="code" href="FTFont_8h.html">FTFont.h</a>"</span>
00006 <span class="preprocessor">#include "<a class="code" href="FTGL_8h.html">FTGL.h</a>"</span>
00007
00008
00009 <span class="keyword">class </span><a class="code" href="classFTGlyph.html">FTGlyph</a>;
00010
00011
<a name="l00018"></a><a class="code" href="classFTGLPixmapFont.html">00018</a> <span class="keyword">class </span><a class="code" href="FTGL_8h.html#a3">FTGL_EXPORT</a> FTGLPixmapFont : <span class="keyword">public</span> <a class="code" href="classFTFont.html">FTFont</a>
00019 {
00020 <span class="keyword">public</span>:
00026 FTGLPixmapFont( <span class="keyword">const</span> <span class="keywordtype">char</span>* fontFilePath);
00027
00034 FTGLPixmapFont( <span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">char</span> *pBufferBytes, size_t bufferSizeInBytes);
00035
00039 ~FTGLPixmapFont();
00040
00046 <span class="keywordtype">void</span> <a class="code" href="classFTFont.html#a19">Render</a>( <span class="keyword">const</span> <span class="keywordtype">char</span>* string);
00047
00053 <span class="keywordtype">void</span> <a class="code" href="classFTFont.html#a19">Render</a>( <span class="keyword">const</span> <span class="keywordtype">wchar_t</span>* string);
00054
00055 <span class="keyword">private</span>:
00062 <span class="keyword">inline</span> <span class="keyword">virtual</span> <a class="code" href="classFTGlyph.html">FTGlyph</a>* <a class="code" href="classFTFont.html#b0">MakeGlyph</a>( <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> g);
00063
00064 };
00065
00066
00067 <span class="preprocessor">#endif // __FTGLPixmapFont__</span>
00068 <span class="preprocessor"></span>
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Sun Dec 5 22:24:06 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>