Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 0be7620be6a1578fbd49765844864a01 > files > 863

ocaml-lablgtk2-doc-2.14.0-2mdv2010.0.i586.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="Start" href="index.html">
<link rel="next" href="Pango.Font.html">
<link rel="Up" href="Pango.html">
<title>LablGTK : Pango.Tags</title>
</head>
<body>
<div class="navbar">&nbsp;<a href="Pango.html">Up</a>
&nbsp;<a href="Pango.Font.html">Next</a>
</div>
<center><h1>Module <a href="type_Pango.Tags.html">Pango.Tags</a></h1></center>
<br>
<pre><span class="keyword">module</span> Tags: <code class="code">sig</code> <a href="Pango.Tags.html">..</a> <code class="code">end</code></pre><hr width="100%">
<pre><span class="keyword">type</span> <a name="TYPEstyle"></a><code class="type"></code>style = <code class="type">[ `ITALIC | `NORMAL | `OBLIQUE ]</code> </pre>

<pre><span class="keyword">type</span> <a name="TYPEweight_internal"></a><code class="type"></code>weight_internal = <code class="type">[ `BOLD | `HEAVY | `LIGHT | `NORMAL | `ULTRABOLD | `ULTRALIGHT ]</code> </pre>

<pre><span class="keyword">type</span> <a name="TYPEweight"></a><code class="type"></code>weight = <code class="type">[ `BOLD<br>       | `CUSTOM of int<br>       | `HEAVY<br>       | `LIGHT<br>       | `NORMAL<br>       | `ULTRABOLD<br>       | `ULTRALIGHT ]</code> </pre>

<pre><span class="keyword">type</span> <a name="TYPEvariant"></a><code class="type"></code>variant = <code class="type">[ `NORMAL | `SMALL_CAPS ]</code> </pre>

<pre><span class="keyword">type</span> <a name="TYPEstretch"></a><code class="type"></code>stretch = <code class="type">[ `CONDENSED<br>       | `EXPANDED<br>       | `EXTRA_CONDENSED<br>       | `EXTRA_EXPANDED<br>       | `NORMAL<br>       | `SEMI_CONDENSED<br>       | `SEMI_EXPANDED<br>       | `ULTRA_CONDENSED<br>       | `ULTRA_EXPANDED ]</code> </pre>

<pre><span class="keyword">type</span> <a name="TYPEscale"></a><code class="type"></code>scale = <code class="type">[ `CUSTOM of float<br>       | `LARGE<br>       | `MEDIUM<br>       | `SMALL<br>       | `XX_LARGE<br>       | `XX_SMALL<br>       | `X_LARGE<br>       | `X_SMALL ]</code> </pre>

<pre><span class="keyword">val</span> <a name="VALscale_to_float"></a>scale_to_float : <code class="type"><a href="Pango.Tags.html#TYPEscale">scale</a> -> float</code></pre><pre><span class="keyword">type</span> <a name="TYPEunderline"></a><code class="type"></code>underline = <code class="type">[ `DOUBLE | `LOW | `NONE | `SINGLE ]</code> </pre>

<pre><span class="keyword">type</span> <a name="TYPEwrap_mode"></a><code class="type"></code>wrap_mode = <code class="type">[ `CHAR | `WORD | `WORD_CHAR ]</code> </pre>

<pre><span class="keyword">type</span> <a name="TYPEellipsize_mode"></a><code class="type"></code>ellipsize_mode = <code class="type">[ `END | `MIDDLE | `NONE | `START ]</code> </pre>

<pre><span class="keyword">val</span> <a name="VAL_get_tables"></a>_get_tables : <code class="type">unit -><br>       <a href="Pango.Tags.html#TYPEstyle">style</a> <a href="Gpointer.html#TYPEvariant_table">Gpointer.variant_table</a> *<br>       <a href="Pango.Tags.html#TYPEweight_internal">weight_internal</a> <a href="Gpointer.html#TYPEvariant_table">Gpointer.variant_table</a> *<br>       <a href="Pango.Tags.html#TYPEvariant">variant</a> <a href="Gpointer.html#TYPEvariant_table">Gpointer.variant_table</a> *<br>       <a href="Pango.Tags.html#TYPEstretch">stretch</a> <a href="Gpointer.html#TYPEvariant_table">Gpointer.variant_table</a> *<br>       <a href="Pango.Tags.html#TYPEunderline">underline</a> <a href="Gpointer.html#TYPEvariant_table">Gpointer.variant_table</a> *<br>       <a href="Pango.Tags.html#TYPEwrap_mode">wrap_mode</a> <a href="Gpointer.html#TYPEvariant_table">Gpointer.variant_table</a> *<br>       <a href="Pango.Tags.html#TYPEellipsize_mode">ellipsize_mode</a> <a href="Gpointer.html#TYPEvariant_table">Gpointer.variant_table</a></code></pre><pre><span class="keyword">val</span> <a name="VALweight_to_int"></a>weight_to_int : <code class="type"><a href="Pango.Tags.html#TYPEweight">weight</a> -> int</code></pre></body></html>