~ubuntu-branches/ubuntu/trusty/gimp/trusty

« back to all changes in this revision

Viewing changes to devel-docs/libgimp/html/libgimp-gimptexttool.html

  • Committer: Bazaar Package Importer
  • Author(s): Ari Pollak
  • Date: 2009-08-14 09:57:17 UTC
  • mto: (1.1.21 upstream) (0.1.5 squeeze)
  • mto: This revision was merged to the branch mainline in revision 48.
  • Revision ID: james.westby@ubuntu.com-20090814095717-37dh2xqy5t0rurpk
ImportĀ upstreamĀ versionĀ 2.6.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
<head>
4
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
<title>gimptexttool</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
7
 
<link rel="start" href="index.html" title="GIMP Library Reference Manual">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 
7
<link rel="home" href="index.html" title="GIMP Library Reference Manual">
8
8
<link rel="up" href="libgimp-image.html" title="Manupulating Images and their Properties">
9
9
<link rel="prev" href="libgimp-gimptextlayer.html" title="gimptextlayer">
10
10
<link rel="next" href="libgimp-gimptile.html" title="gimptile">
38
38
                <a href="#libgimp-gimptexttool.description" class="shortcut">Description</a>
39
39
</td></tr>
40
40
</table>
41
 
<div class="refentry" lang="en">
 
41
<div class="refentry" title="gimptexttool">
42
42
<a name="libgimp-gimptexttool"></a><div class="titlepage"></div>
43
43
<div class="refnamediv"><table width="100%"><tr>
44
44
<td valign="top">
47
47
</td>
48
48
<td valign="top" align="right"></td>
49
49
</tr></table></div>
50
 
<div class="refsynopsisdiv">
 
50
<div class="refsynopsisdiv" title="Synopsis">
51
51
<a name="libgimp-gimptexttool.synopsis"></a><h2>Synopsis</h2>
52
52
<pre class="synopsis">
53
53
<a
210
210
>gint</a> *descent);
211
211
</pre>
212
212
</div>
213
 
<div class="refsect1" lang="en">
 
213
<div class="refsect1" title="Description">
214
214
<a name="libgimp-gimptexttool.description"></a><h2>Description</h2>
215
215
<p>
216
216
Functions for controlling the text tool.
217
217
</p>
218
218
</div>
219
 
<div class="refsect1" lang="en">
 
219
<div class="refsect1" title="Details">
220
220
<a name="libgimp-gimptexttool.details"></a><h2>Details</h2>
221
 
<div class="refsect2" lang="en">
 
221
<div class="refsect2" title="gimp_text_fontname ()">
222
222
<a name="gimp-text-fontname"></a><h3>gimp_text_fontname ()</h3>
223
223
<pre class="programlisting"><a
224
224
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"
334
334
</table></div>
335
335
</div>
336
336
<hr>
337
 
<div class="refsect2" lang="en">
 
337
<div class="refsect2" title="gimp_text_get_extents_fontname ()">
338
338
<a name="gimp-text-get-extents-fontname"></a><h3>gimp_text_get_extents_fontname ()</h3>
339
339
<pre class="programlisting"><a
340
340
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
427
427
</table></div>
428
428
</div>
429
429
<hr>
430
 
<div class="refsect2" lang="en">
 
430
<div class="refsect2" title="gimp_text ()">
431
431
<a name="gimp-text"></a><h3>gimp_text ()</h3>
432
432
<pre class="programlisting"><a
433
433
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"
482
482
                                                         const <a
483
483
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
484
484
>gchar</a> *encoding);</pre>
485
 
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
 
485
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
486
486
<h3 class="title">Warning</h3>
487
487
<p><code class="literal">gimp_text</code> is deprecated and should not be used in newly-written code.</p>
488
488
</div>
587
587
</table></div>
588
588
</div>
589
589
<hr>
590
 
<div class="refsect2" lang="en">
 
590
<div class="refsect2" title="gimp_text_get_extents ()">
591
591
<a name="gimp-text-get-extents"></a><h3>gimp_text_get_extents ()</h3>
592
592
<pre class="programlisting"><a
593
593
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
636
636
                                                         <a
637
637
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
638
638
>gint</a> *descent);</pre>
639
 
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
 
639
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
640
640
<h3 class="title">Warning</h3>
641
641
<p><code class="literal">gimp_text_get_extents</code> is deprecated and should not be used in newly-written code.</p>
642
642
</div>