Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > c00aac9511e40e4946e24ea6485133f4 > files > 137

ocaml-glmlite-devel-0.03.35-1mdv2010.0.i586.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<link rel="stylesheet" href="_style.css" type="text/css">
<meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type">
<link rel="Start" href="index.html">
<link rel="previous" href="GLE.html">
<link rel="next" href="Jpeg_loader.html">
<link rel="Up" href="index.html">
<link title="Index of types" rel=Appendix href="index_types.html">
<link title="Index of values" rel=Appendix href="index_values.html">
<link title="Index of modules" rel=Appendix href="index_modules.html">
<link title="GL" rel="Chapter" href="GL.html">
<link title="Glu" rel="Chapter" href="Glu.html">
<link title="Glut" rel="Chapter" href="Glut.html">
<link title="VertArray" rel="Chapter" href="VertArray.html">
<link title="GLE" rel="Chapter" href="GLE.html">
<link title="Ftgl" rel="Chapter" href="Ftgl.html">
<link title="Jpeg_loader" rel="Chapter" href="Jpeg_loader.html">
<link title="Png_loader" rel="Chapter" href="Png_loader.html">
<link title="Svg_loader" rel="Chapter" href="Svg_loader.html">
<link title="Genimg_loader" rel="Chapter" href="Genimg_loader.html">
<link title="FunGL" rel="Chapter" href="FunGL.html">
<link title="FunGlut" rel="Chapter" href="FunGlut.html"><title>Ftgl</title>
</head>
<body>
<div class="navbar"><a href="GLE.html">Previous</a>
&nbsp;<a href="index.html">Up</a>
&nbsp;<a href="Jpeg_loader.html">Next</a>
</div>
<center><h1>Module <a href="type_Ftgl.html">Ftgl</a></h1></center>
<br>
<pre><span class="keyword">module</span> Ftgl: <code class="code"><span class="keyword">sig</span></code> <a href="Ftgl.html">..</a> <code class="code"><span class="keyword">end</span></code></pre>Bindings to the FTGL library.<br>
<hr width="100%">
<pre><span class="keyword">type</span> <a name="TYPEftglFont"></a><code class="type"></code>ftglFont </pre>

<pre><span class="keyword">val</span> <a name="VALftglCreatePixmapFont"></a><a href="code_VALFtgl.ftglCreatePixmapFont.html">ftglCreatePixmapFont</a> : <code class="type">filename:string -> <a href="Ftgl.html#TYPEftglFont">ftglFont</a></code></pre><pre><span class="keyword">val</span> <a name="VALftglCreateBitmapFont"></a><a href="code_VALFtgl.ftglCreateBitmapFont.html">ftglCreateBitmapFont</a> : <code class="type">filename:string -> <a href="Ftgl.html#TYPEftglFont">ftglFont</a></code></pre><pre><span class="keyword">val</span> <a name="VALftglCreateBufferFont"></a><a href="code_VALFtgl.ftglCreateBufferFont.html">ftglCreateBufferFont</a> : <code class="type">filename:string -> <a href="Ftgl.html#TYPEftglFont">ftglFont</a></code></pre><pre><span class="keyword">val</span> <a name="VALftglCreateTextureFont"></a><a href="code_VALFtgl.ftglCreateTextureFont.html">ftglCreateTextureFont</a> : <code class="type">filename:string -> <a href="Ftgl.html#TYPEftglFont">ftglFont</a></code></pre><pre><span class="keyword">val</span> <a name="VALftglCreateOutlineFont"></a><a href="code_VALFtgl.ftglCreateOutlineFont.html">ftglCreateOutlineFont</a> : <code class="type">filename:string -> <a href="Ftgl.html#TYPEftglFont">ftglFont</a></code></pre><pre><span class="keyword">val</span> <a name="VALftglCreateExtrudeFont"></a><a href="code_VALFtgl.ftglCreateExtrudeFont.html">ftglCreateExtrudeFont</a> : <code class="type">filename:string -> <a href="Ftgl.html#TYPEftglFont">ftglFont</a></code></pre><pre><span class="keyword">val</span> <a name="VALftglCreatePolygonFont"></a><a href="code_VALFtgl.ftglCreatePolygonFont.html">ftglCreatePolygonFont</a> : <code class="type">filename:string -> <a href="Ftgl.html#TYPEftglFont">ftglFont</a></code></pre><pre><span class="keyword">val</span> <a name="VALftglDestroyFont"></a><a href="code_VALFtgl.ftglDestroyFont.html">ftglDestroyFont</a> : <code class="type">font:<a href="Ftgl.html#TYPEftglFont">ftglFont</a> -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALftglSetFontFaceSize"></a><a href="code_VALFtgl.ftglSetFontFaceSize.html">ftglSetFontFaceSize</a> : <code class="type">font:<a href="Ftgl.html#TYPEftglFont">ftglFont</a> -> size:int -> res:int -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALftglGetFontFaceSize"></a><a href="code_VALFtgl.ftglGetFontFaceSize.html">ftglGetFontFaceSize</a> : <code class="type">font:<a href="Ftgl.html#TYPEftglFont">ftglFont</a> -> int</code></pre><br><code><span class="keyword">type</span> <a name="TYPErender_mode"></a><code class="type"></code>render_mode = </code><table class="typetable">
<tr>
<td align="left" valign="top" >
<code><span class="keyword">|</span></code></td>
<td align="left" valign="top" >
<code><span class="constructor">FTGL_RENDER_FRONT</span></code></td>

</tr>
<tr>
<td align="left" valign="top" >
<code><span class="keyword">|</span></code></td>
<td align="left" valign="top" >
<code><span class="constructor">FTGL_RENDER_BACK</span></code></td>

</tr>
<tr>
<td align="left" valign="top" >
<code><span class="keyword">|</span></code></td>
<td align="left" valign="top" >
<code><span class="constructor">FTGL_RENDER_SIDE</span></code></td>

</tr>
<tr>
<td align="left" valign="top" >
<code><span class="keyword">|</span></code></td>
<td align="left" valign="top" >
<code><span class="constructor">FTGL_RENDER_ALL</span></code></td>

</tr></table>


<pre><span class="keyword">val</span> <a name="VALftglRenderFont"></a><a href="code_VALFtgl.ftglRenderFont.html">ftglRenderFont</a> : <code class="type">font:<a href="Ftgl.html#TYPEftglFont">ftglFont</a> -> str:string -> mode:<a href="Ftgl.html#TYPErender_mode">render_mode</a> -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALftglSetFontDepth"></a><a href="code_VALFtgl.ftglSetFontDepth.html">ftglSetFontDepth</a> : <code class="type">font:<a href="Ftgl.html#TYPEftglFont">ftglFont</a> -> depth:float -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALftglSetFontOutset"></a><a href="code_VALFtgl.ftglSetFontOutset.html">ftglSetFontOutset</a> : <code class="type">font:<a href="Ftgl.html#TYPEftglFont">ftglFont</a> -> front:float -> back:float -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALftglGetFontAscender"></a><a href="code_VALFtgl.ftglGetFontAscender.html">ftglGetFontAscender</a> : <code class="type">font:<a href="Ftgl.html#TYPEftglFont">ftglFont</a> -> float</code></pre><pre><span class="keyword">val</span> <a name="VALftglGetFontDescender"></a><a href="code_VALFtgl.ftglGetFontDescender.html">ftglGetFontDescender</a> : <code class="type">font:<a href="Ftgl.html#TYPEftglFont">ftglFont</a> -> float</code></pre><pre><span class="keyword">val</span> <a name="VALftglGetFontLineHeight"></a><a href="code_VALFtgl.ftglGetFontLineHeight.html">ftglGetFontLineHeight</a> : <code class="type">font:<a href="Ftgl.html#TYPEftglFont">ftglFont</a> -> float</code></pre><pre><span class="keyword">val</span> <a name="VALftglGetFontAdvance"></a><a href="code_VALFtgl.ftglGetFontAdvance.html">ftglGetFontAdvance</a> : <code class="type">font:<a href="Ftgl.html#TYPEftglFont">ftglFont</a> -> str:string -> float</code></pre><pre><span class="keyword">type</span> <a name="TYPEftglLayout"></a><code class="type"></code>ftglLayout </pre>

<pre><span class="keyword">val</span> <a name="VALftglCreateSimpleLayout"></a><a href="code_VALFtgl.ftglCreateSimpleLayout.html">ftglCreateSimpleLayout</a> : <code class="type">unit -> <a href="Ftgl.html#TYPEftglLayout">ftglLayout</a></code></pre><pre><span class="keyword">val</span> <a name="VALftglSetLayoutFont"></a><a href="code_VALFtgl.ftglSetLayoutFont.html">ftglSetLayoutFont</a> : <code class="type">layout:<a href="Ftgl.html#TYPEftglLayout">ftglLayout</a> -> font:<a href="Ftgl.html#TYPEftglFont">ftglFont</a> -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALftglGetLayoutFont"></a><a href="code_VALFtgl.ftglGetLayoutFont.html">ftglGetLayoutFont</a> : <code class="type">layout:<a href="Ftgl.html#TYPEftglLayout">ftglLayout</a> -> <a href="Ftgl.html#TYPEftglFont">ftglFont</a></code></pre><pre><span class="keyword">val</span> <a name="VALftglSetLayoutLineLength"></a><a href="code_VALFtgl.ftglSetLayoutLineLength.html">ftglSetLayoutLineLength</a> : <code class="type">layout:<a href="Ftgl.html#TYPEftglLayout">ftglLayout</a> -> lineLength:float -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALftglGetLayoutLineLength"></a><a href="code_VALFtgl.ftglGetLayoutLineLength.html">ftglGetLayoutLineLength</a> : <code class="type">layout:<a href="Ftgl.html#TYPEftglLayout">ftglLayout</a> -> float</code></pre><pre><span class="keyword">val</span> <a name="VALftglSetLayoutAlignment"></a><a href="code_VALFtgl.ftglSetLayoutAlignment.html">ftglSetLayoutAlignment</a> : <code class="type">layout:<a href="Ftgl.html#TYPEftglLayout">ftglLayout</a> -> alignment:int -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALftglGetLayoutAlignement"></a><a href="code_VALFtgl.ftglGetLayoutAlignement.html">ftglGetLayoutAlignement</a> : <code class="type">layout:<a href="Ftgl.html#TYPEftglLayout">ftglLayout</a> -> int</code></pre><pre><span class="keyword">val</span> <a name="VALftglSetLayoutLineSpacing"></a><a href="code_VALFtgl.ftglSetLayoutLineSpacing.html">ftglSetLayoutLineSpacing</a> : <code class="type">layout:<a href="Ftgl.html#TYPEftglLayout">ftglLayout</a> -> lineSpacing:float -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALftglDestroyLayout"></a><a href="code_VALFtgl.ftglDestroyLayout.html">ftglDestroyLayout</a> : <code class="type">layout:<a href="Ftgl.html#TYPEftglLayout">ftglLayout</a> -> unit</code></pre></body></html>