~ubuntu-branches/ubuntu/intrepid/gimp/intrepid

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2008-10-10 00:13:42 UTC
  • mfrom: (1.1.16 upstream)
  • Revision ID: james.westby@ubuntu.com-20081010001342-uja9qine9uybggd9
Tags: 2.6.1-1ubuntu1
* Sync new bugfix version on debian (lp: #280345, #280848)
* debian/patches/02_help-message.patch,
  debian/patches/03_gimp.desktop.in.in.patch:
  - updated some strings for ubuntu
* debian/rules:
  - updated translation templates

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
<div class="refsynopsisdiv">
49
49
<a name="libgimp-gimptexttool.synopsis"></a><h2>Synopsis</h2>
50
50
<pre class="synopsis">
51
 
gint32              <a class="link" href="libgimp-gimptexttool.html#gimp-text-fontname" title="gimp_text_fontname ()">gimp_text_fontname</a>                  (gint32 image_ID,
52
 
                                                         gint32 drawable_ID,
53
 
                                                         gdouble x,
54
 
                                                         gdouble y,
55
 
                                                         const gchar *text,
56
 
                                                         gint border,
57
 
                                                         gboolean antialias,
58
 
                                                         gdouble size,
59
 
                                                         <a
60
 
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpSizeType"
61
 
>GimpSizeType</a> size_type,
62
 
                                                         const gchar *fontname);
63
 
gboolean            <a class="link" href="libgimp-gimptexttool.html#gimp-text-get-extents-fontname" title="gimp_text_get_extents_fontname ()">gimp_text_get_extents_fontname</a>      (const gchar *text,
64
 
                                                         gdouble size,
65
 
                                                         <a
66
 
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpSizeType"
67
 
>GimpSizeType</a> size_type,
68
 
                                                         const gchar *fontname,
69
 
                                                         gint *width,
70
 
                                                         gint *height,
71
 
                                                         gint *ascent,
72
 
                                                         gint *descent);
73
 
gint32              <a class="link" href="libgimp-gimptexttool.html#gimp-text" title="gimp_text ()">gimp_text</a>                           (gint32 image_ID,
74
 
                                                         gint32 drawable_ID,
75
 
                                                         gdouble x,
76
 
                                                         gdouble y,
77
 
                                                         const gchar *text,
78
 
                                                         gint border,
79
 
                                                         gboolean antialias,
80
 
                                                         gdouble size,
81
 
                                                         <a
82
 
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpSizeType"
83
 
>GimpSizeType</a> size_type,
84
 
                                                         const gchar *foundry,
85
 
                                                         const gchar *family,
86
 
                                                         const gchar *weight,
87
 
                                                         const gchar *slant,
88
 
                                                         const gchar *set_width,
89
 
                                                         const gchar *spacing,
90
 
                                                         const gchar *registry,
91
 
                                                         const gchar *encoding);
92
 
gboolean            <a class="link" href="libgimp-gimptexttool.html#gimp-text-get-extents" title="gimp_text_get_extents ()">gimp_text_get_extents</a>               (const gchar *text,
93
 
                                                         gdouble size,
94
 
                                                         <a
95
 
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpSizeType"
96
 
>GimpSizeType</a> size_type,
97
 
                                                         const gchar *foundry,
98
 
                                                         const gchar *family,
99
 
                                                         const gchar *weight,
100
 
                                                         const gchar *slant,
101
 
                                                         const gchar *set_width,
102
 
                                                         const gchar *spacing,
103
 
                                                         const gchar *registry,
104
 
                                                         const gchar *encoding,
105
 
                                                         gint *width,
106
 
                                                         gint *height,
107
 
                                                         gint *ascent,
108
 
                                                         gint *descent);
 
51
<a
 
52
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
 
53
>gint32</a>              <a class="link" href="libgimp-gimptexttool.html#gimp-text-fontname" title="gimp_text_fontname ()">gimp_text_fontname</a>                  (<a
 
54
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
 
55
>gint32</a> image_ID,
 
56
                                                         <a
 
57
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
 
58
>gint32</a> drawable_ID,
 
59
                                                         <a
 
60
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
 
61
>gdouble</a> x,
 
62
                                                         <a
 
63
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
 
64
>gdouble</a> y,
 
65
                                                         const <a
 
66
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
 
67
>gchar</a> *text,
 
68
                                                         <a
 
69
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
70
>gint</a> border,
 
71
                                                         <a
 
72
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
 
73
>gboolean</a> antialias,
 
74
                                                         <a
 
75
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
 
76
>gdouble</a> size,
 
77
                                                         <a
 
78
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpSizeType"
 
79
>GimpSizeType</a> size_type,
 
80
                                                         const <a
 
81
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
 
82
>gchar</a> *fontname);
 
83
<a
 
84
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
 
85
>gboolean</a>            <a class="link" href="libgimp-gimptexttool.html#gimp-text-get-extents-fontname" title="gimp_text_get_extents_fontname ()">gimp_text_get_extents_fontname</a>      (const <a
 
86
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
 
87
>gchar</a> *text,
 
88
                                                         <a
 
89
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
 
90
>gdouble</a> size,
 
91
                                                         <a
 
92
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpSizeType"
 
93
>GimpSizeType</a> size_type,
 
94
                                                         const <a
 
95
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
 
96
>gchar</a> *fontname,
 
97
                                                         <a
 
98
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
99
>gint</a> *width,
 
100
                                                         <a
 
101
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
102
>gint</a> *height,
 
103
                                                         <a
 
104
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
105
>gint</a> *ascent,
 
106
                                                         <a
 
107
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
108
>gint</a> *descent);
 
109
<a
 
110
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
 
111
>gint32</a>              <a class="link" href="libgimp-gimptexttool.html#gimp-text" title="gimp_text ()">gimp_text</a>                           (<a
 
112
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
 
113
>gint32</a> image_ID,
 
114
                                                         <a
 
115
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
 
116
>gint32</a> drawable_ID,
 
117
                                                         <a
 
118
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
 
119
>gdouble</a> x,
 
120
                                                         <a
 
121
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
 
122
>gdouble</a> y,
 
123
                                                         const <a
 
124
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
 
125
>gchar</a> *text,
 
126
                                                         <a
 
127
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
128
>gint</a> border,
 
129
                                                         <a
 
130
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
 
131
>gboolean</a> antialias,
 
132
                                                         <a
 
133
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
 
134
>gdouble</a> size,
 
135
                                                         <a
 
136
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpSizeType"
 
137
>GimpSizeType</a> size_type,
 
138
                                                         const <a
 
139
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
 
140
>gchar</a> *foundry,
 
141
                                                         const <a
 
142
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
 
143
>gchar</a> *family,
 
144
                                                         const <a
 
145
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
 
146
>gchar</a> *weight,
 
147
                                                         const <a
 
148
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
 
149
>gchar</a> *slant,
 
150
                                                         const <a
 
151
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
 
152
>gchar</a> *set_width,
 
153
                                                         const <a
 
154
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
 
155
>gchar</a> *spacing,
 
156
                                                         const <a
 
157
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
 
158
>gchar</a> *registry,
 
159
                                                         const <a
 
160
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
 
161
>gchar</a> *encoding);
 
162
<a
 
163
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
 
164
>gboolean</a>            <a class="link" href="libgimp-gimptexttool.html#gimp-text-get-extents" title="gimp_text_get_extents ()">gimp_text_get_extents</a>               (const <a
 
165
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
 
166
>gchar</a> *text,
 
167
                                                         <a
 
168
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
 
169
>gdouble</a> size,
 
170
                                                         <a
 
171
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpSizeType"
 
172
>GimpSizeType</a> size_type,
 
173
                                                         const <a
 
174
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
 
175
>gchar</a> *foundry,
 
176
                                                         const <a
 
177
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
 
178
>gchar</a> *family,
 
179
                                                         const <a
 
180
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
 
181
>gchar</a> *weight,
 
182
                                                         const <a
 
183
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
 
184
>gchar</a> *slant,
 
185
                                                         const <a
 
186
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
 
187
>gchar</a> *set_width,
 
188
                                                         const <a
 
189
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
 
190
>gchar</a> *spacing,
 
191
                                                         const <a
 
192
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
 
193
>gchar</a> *registry,
 
194
                                                         const <a
 
195
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
 
196
>gchar</a> *encoding,
 
197
                                                         <a
 
198
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
199
>gint</a> *width,
 
200
                                                         <a
 
201
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
202
>gint</a> *height,
 
203
                                                         <a
 
204
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
205
>gint</a> *ascent,
 
206
                                                         <a
 
207
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
208
>gint</a> *descent);
109
209
</pre>
110
210
</div>
111
211
<div class="refsect1" lang="en">
119
219
<a name="libgimp-gimptexttool.details"></a><h2>Details</h2>
120
220
<div class="refsect2" lang="en">
121
221
<a name="gimp-text-fontname"></a><h3>gimp_text_fontname ()</h3>
122
 
<pre class="programlisting">gint32              gimp_text_fontname                  (gint32 image_ID,
123
 
                                                         gint32 drawable_ID,
124
 
                                                         gdouble x,
125
 
                                                         gdouble y,
126
 
                                                         const gchar *text,
127
 
                                                         gint border,
128
 
                                                         gboolean antialias,
129
 
                                                         gdouble size,
 
222
<pre class="programlisting"><a
 
223
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
 
224
>gint32</a>              gimp_text_fontname                  (<a
 
225
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
 
226
>gint32</a> image_ID,
 
227
                                                         <a
 
228
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
 
229
>gint32</a> drawable_ID,
 
230
                                                         <a
 
231
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
 
232
>gdouble</a> x,
 
233
                                                         <a
 
234
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
 
235
>gdouble</a> y,
 
236
                                                         const <a
 
237
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
 
238
>gchar</a> *text,
 
239
                                                         <a
 
240
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
241
>gint</a> border,
 
242
                                                         <a
 
243
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
 
244
>gboolean</a> antialias,
 
245
                                                         <a
 
246
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
 
247
>gdouble</a> size,
130
248
                                                         <a
131
249
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpSizeType"
132
250
>GimpSizeType</a> size_type,
133
 
                                                         const gchar *fontname);</pre>
 
251
                                                         const <a
 
252
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
 
253
>gchar</a> *fontname);</pre>
134
254
<p>
135
255
Add text at the specified location as a floating selection or a new
136
256
layer.
216
336
<hr>
217
337
<div class="refsect2" lang="en">
218
338
<a name="gimp-text-get-extents-fontname"></a><h3>gimp_text_get_extents_fontname ()</h3>
219
 
<pre class="programlisting">gboolean            gimp_text_get_extents_fontname      (const gchar *text,
220
 
                                                         gdouble size,
 
339
<pre class="programlisting"><a
 
340
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
 
341
>gboolean</a>            gimp_text_get_extents_fontname      (const <a
 
342
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
 
343
>gchar</a> *text,
 
344
                                                         <a
 
345
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
 
346
>gdouble</a> size,
221
347
                                                         <a
222
348
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpSizeType"
223
349
>GimpSizeType</a> size_type,
224
 
                                                         const gchar *fontname,
225
 
                                                         gint *width,
226
 
                                                         gint *height,
227
 
                                                         gint *ascent,
228
 
                                                         gint *descent);</pre>
 
350
                                                         const <a
 
351
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
 
352
>gchar</a> *fontname,
 
353
                                                         <a
 
354
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
355
>gint</a> *width,
 
356
                                                         <a
 
357
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
358
>gint</a> *height,
 
359
                                                         <a
 
360
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
361
>gint</a> *ascent,
 
362
                                                         <a
 
363
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
364
>gint</a> *descent);</pre>
229
365
<p>
230
366
Get extents of the bounding box for the specified text.
231
367
</p>
294
430
<hr>
295
431
<div class="refsect2" lang="en">
296
432
<a name="gimp-text"></a><h3>gimp_text ()</h3>
297
 
<pre class="programlisting">gint32              gimp_text                           (gint32 image_ID,
298
 
                                                         gint32 drawable_ID,
299
 
                                                         gdouble x,
300
 
                                                         gdouble y,
301
 
                                                         const gchar *text,
302
 
                                                         gint border,
303
 
                                                         gboolean antialias,
304
 
                                                         gdouble size,
 
433
<pre class="programlisting"><a
 
434
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
 
435
>gint32</a>              gimp_text                           (<a
 
436
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
 
437
>gint32</a> image_ID,
 
438
                                                         <a
 
439
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
 
440
>gint32</a> drawable_ID,
 
441
                                                         <a
 
442
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
 
443
>gdouble</a> x,
 
444
                                                         <a
 
445
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
 
446
>gdouble</a> y,
 
447
                                                         const <a
 
448
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
 
449
>gchar</a> *text,
 
450
                                                         <a
 
451
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
452
>gint</a> border,
 
453
                                                         <a
 
454
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
 
455
>gboolean</a> antialias,
 
456
                                                         <a
 
457
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
 
458
>gdouble</a> size,
305
459
                                                         <a
306
460
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpSizeType"
307
461
>GimpSizeType</a> size_type,
308
 
                                                         const gchar *foundry,
309
 
                                                         const gchar *family,
310
 
                                                         const gchar *weight,
311
 
                                                         const gchar *slant,
312
 
                                                         const gchar *set_width,
313
 
                                                         const gchar *spacing,
314
 
                                                         const gchar *registry,
315
 
                                                         const gchar *encoding);</pre>
 
462
                                                         const <a
 
463
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
 
464
>gchar</a> *foundry,
 
465
                                                         const <a
 
466
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
 
467
>gchar</a> *family,
 
468
                                                         const <a
 
469
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
 
470
>gchar</a> *weight,
 
471
                                                         const <a
 
472
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
 
473
>gchar</a> *slant,
 
474
                                                         const <a
 
475
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
 
476
>gchar</a> *set_width,
 
477
                                                         const <a
 
478
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
 
479
>gchar</a> *spacing,
 
480
                                                         const <a
 
481
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
 
482
>gchar</a> *registry,
 
483
                                                         const <a
 
484
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
 
485
>gchar</a> *encoding);</pre>
316
486
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
317
487
<h3 class="title">Warning</h3>
318
488
<p><code class="literal">gimp_text</code> is deprecated and should not be used in newly-written code.</p>
421
591
<hr>
422
592
<div class="refsect2" lang="en">
423
593
<a name="gimp-text-get-extents"></a><h3>gimp_text_get_extents ()</h3>
424
 
<pre class="programlisting">gboolean            gimp_text_get_extents               (const gchar *text,
425
 
                                                         gdouble size,
 
594
<pre class="programlisting"><a
 
595
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
 
596
>gboolean</a>            gimp_text_get_extents               (const <a
 
597
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
 
598
>gchar</a> *text,
 
599
                                                         <a
 
600
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
 
601
>gdouble</a> size,
426
602
                                                         <a
427
603
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpSizeType"
428
604
>GimpSizeType</a> size_type,
429
 
                                                         const gchar *foundry,
430
 
                                                         const gchar *family,
431
 
                                                         const gchar *weight,
432
 
                                                         const gchar *slant,
433
 
                                                         const gchar *set_width,
434
 
                                                         const gchar *spacing,
435
 
                                                         const gchar *registry,
436
 
                                                         const gchar *encoding,
437
 
                                                         gint *width,
438
 
                                                         gint *height,
439
 
                                                         gint *ascent,
440
 
                                                         gint *descent);</pre>
 
605
                                                         const <a
 
606
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
 
607
>gchar</a> *foundry,
 
608
                                                         const <a
 
609
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
 
610
>gchar</a> *family,
 
611
                                                         const <a
 
612
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
 
613
>gchar</a> *weight,
 
614
                                                         const <a
 
615
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
 
616
>gchar</a> *slant,
 
617
                                                         const <a
 
618
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
 
619
>gchar</a> *set_width,
 
620
                                                         const <a
 
621
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
 
622
>gchar</a> *spacing,
 
623
                                                         const <a
 
624
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
 
625
>gchar</a> *registry,
 
626
                                                         const <a
 
627
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
 
628
>gchar</a> *encoding,
 
629
                                                         <a
 
630
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
631
>gint</a> *width,
 
632
                                                         <a
 
633
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
634
>gint</a> *height,
 
635
                                                         <a
 
636
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
637
>gint</a> *ascent,
 
638
                                                         <a
 
639
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
640
>gint</a> *descent);</pre>
441
641
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
442
642
<h3 class="title">Warning</h3>
443
643
<p><code class="literal">gimp_text_get_extents</code> is deprecated and should not be used in newly-written code.</p>