Imported Upstream version 2.6.1
This commit is contained in:
@ -48,73 +48,207 @@
|
||||
<div class="refsynopsisdiv">
|
||||
<a name="libgimp-gimptextlayer.synopsis"></a><h2>Synopsis</h2>
|
||||
<pre class="synopsis">
|
||||
gint32 <a class="link" href="libgimp-gimptextlayer.html#gimp-text-layer-new" title="gimp_text_layer_new ()">gimp_text_layer_new</a> (gint32 image_ID,
|
||||
const gchar *text,
|
||||
const gchar *fontname,
|
||||
gdouble size,
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
|
||||
>gint32</a> <a class="link" href="libgimp-gimptextlayer.html#gimp-text-layer-new" title="gimp_text_layer_new ()">gimp_text_layer_new</a> (<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
|
||||
>gint32</a> image_ID,
|
||||
const <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *text,
|
||||
const <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *fontname,
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
|
||||
>gdouble</a> size,
|
||||
<a
|
||||
href="../libgimpbase/libgimpbase-gimpunit.html#GimpUnit"
|
||||
>GimpUnit</a> unit);
|
||||
gchar* <a class="link" href="libgimp-gimptextlayer.html#gimp-text-layer-get-text" title="gimp_text_layer_get_text ()">gimp_text_layer_get_text</a> (gint32 layer_ID);
|
||||
gboolean <a class="link" href="libgimp-gimptextlayer.html#gimp-text-layer-set-text" title="gimp_text_layer_set_text ()">gimp_text_layer_set_text</a> (gint32 layer_ID,
|
||||
const gchar *text);
|
||||
gchar* <a class="link" href="libgimp-gimptextlayer.html#gimp-text-layer-get-font" title="gimp_text_layer_get_font ()">gimp_text_layer_get_font</a> (gint32 layer_ID);
|
||||
gboolean <a class="link" href="libgimp-gimptextlayer.html#gimp-text-layer-set-font" title="gimp_text_layer_set_font ()">gimp_text_layer_set_font</a> (gint32 layer_ID,
|
||||
const gchar *font);
|
||||
gdouble <a class="link" href="libgimp-gimptextlayer.html#gimp-text-layer-get-font-size" title="gimp_text_layer_get_font_size ()">gimp_text_layer_get_font_size</a> (gint32 layer_ID,
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a>* <a class="link" href="libgimp-gimptextlayer.html#gimp-text-layer-get-text" title="gimp_text_layer_get_text ()">gimp_text_layer_get_text</a> (<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
|
||||
>gint32</a> layer_ID);
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> <a class="link" href="libgimp-gimptextlayer.html#gimp-text-layer-set-text" title="gimp_text_layer_set_text ()">gimp_text_layer_set_text</a> (<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
|
||||
>gint32</a> layer_ID,
|
||||
const <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *text);
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a>* <a class="link" href="libgimp-gimptextlayer.html#gimp-text-layer-get-font" title="gimp_text_layer_get_font ()">gimp_text_layer_get_font</a> (<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
|
||||
>gint32</a> layer_ID);
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> <a class="link" href="libgimp-gimptextlayer.html#gimp-text-layer-set-font" title="gimp_text_layer_set_font ()">gimp_text_layer_set_font</a> (<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
|
||||
>gint32</a> layer_ID,
|
||||
const <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *font);
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
|
||||
>gdouble</a> <a class="link" href="libgimp-gimptextlayer.html#gimp-text-layer-get-font-size" title="gimp_text_layer_get_font_size ()">gimp_text_layer_get_font_size</a> (<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
|
||||
>gint32</a> layer_ID,
|
||||
<a
|
||||
href="../libgimpbase/libgimpbase-gimpunit.html#GimpUnit"
|
||||
>GimpUnit</a> *unit);
|
||||
gboolean <a class="link" href="libgimp-gimptextlayer.html#gimp-text-layer-set-font-size" title="gimp_text_layer_set_font_size ()">gimp_text_layer_set_font_size</a> (gint32 layer_ID,
|
||||
gdouble font_size,
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> <a class="link" href="libgimp-gimptextlayer.html#gimp-text-layer-set-font-size" title="gimp_text_layer_set_font_size ()">gimp_text_layer_set_font_size</a> (<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
|
||||
>gint32</a> layer_ID,
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
|
||||
>gdouble</a> font_size,
|
||||
<a
|
||||
href="../libgimpbase/libgimpbase-gimpunit.html#GimpUnit"
|
||||
>GimpUnit</a> unit);
|
||||
gboolean <a class="link" href="libgimp-gimptextlayer.html#gimp-text-layer-get-hinting" title="gimp_text_layer_get_hinting ()">gimp_text_layer_get_hinting</a> (gint32 layer_ID,
|
||||
gboolean *autohint);
|
||||
gboolean <a class="link" href="libgimp-gimptextlayer.html#gimp-text-layer-set-hinting" title="gimp_text_layer_set_hinting ()">gimp_text_layer_set_hinting</a> (gint32 layer_ID,
|
||||
gboolean hinting,
|
||||
gboolean autohint);
|
||||
gboolean <a class="link" href="libgimp-gimptextlayer.html#gimp-text-layer-get-antialias" title="gimp_text_layer_get_antialias ()">gimp_text_layer_get_antialias</a> (gint32 layer_ID);
|
||||
gboolean <a class="link" href="libgimp-gimptextlayer.html#gimp-text-layer-set-antialias" title="gimp_text_layer_set_antialias ()">gimp_text_layer_set_antialias</a> (gint32 layer_ID,
|
||||
gboolean antialias);
|
||||
gboolean <a class="link" href="libgimp-gimptextlayer.html#gimp-text-layer-get-kerning" title="gimp_text_layer_get_kerning ()">gimp_text_layer_get_kerning</a> (gint32 layer_ID);
|
||||
gboolean <a class="link" href="libgimp-gimptextlayer.html#gimp-text-layer-set-kerning" title="gimp_text_layer_set_kerning ()">gimp_text_layer_set_kerning</a> (gint32 layer_ID,
|
||||
gboolean kerning);
|
||||
gchar* <a class="link" href="libgimp-gimptextlayer.html#gimp-text-layer-get-language" title="gimp_text_layer_get_language ()">gimp_text_layer_get_language</a> (gint32 layer_ID);
|
||||
gboolean <a class="link" href="libgimp-gimptextlayer.html#gimp-text-layer-set-language" title="gimp_text_layer_set_language ()">gimp_text_layer_set_language</a> (gint32 layer_ID,
|
||||
const gchar *language);
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> <a class="link" href="libgimp-gimptextlayer.html#gimp-text-layer-get-hinting" title="gimp_text_layer_get_hinting ()">gimp_text_layer_get_hinting</a> (<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
|
||||
>gint32</a> layer_ID,
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> *autohint);
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> <a class="link" href="libgimp-gimptextlayer.html#gimp-text-layer-set-hinting" title="gimp_text_layer_set_hinting ()">gimp_text_layer_set_hinting</a> (<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
|
||||
>gint32</a> layer_ID,
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> hinting,
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> autohint);
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> <a class="link" href="libgimp-gimptextlayer.html#gimp-text-layer-get-antialias" title="gimp_text_layer_get_antialias ()">gimp_text_layer_get_antialias</a> (<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
|
||||
>gint32</a> layer_ID);
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> <a class="link" href="libgimp-gimptextlayer.html#gimp-text-layer-set-antialias" title="gimp_text_layer_set_antialias ()">gimp_text_layer_set_antialias</a> (<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
|
||||
>gint32</a> layer_ID,
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> antialias);
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> <a class="link" href="libgimp-gimptextlayer.html#gimp-text-layer-get-kerning" title="gimp_text_layer_get_kerning ()">gimp_text_layer_get_kerning</a> (<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
|
||||
>gint32</a> layer_ID);
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> <a class="link" href="libgimp-gimptextlayer.html#gimp-text-layer-set-kerning" title="gimp_text_layer_set_kerning ()">gimp_text_layer_set_kerning</a> (<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
|
||||
>gint32</a> layer_ID,
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> kerning);
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a>* <a class="link" href="libgimp-gimptextlayer.html#gimp-text-layer-get-language" title="gimp_text_layer_get_language ()">gimp_text_layer_get_language</a> (<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
|
||||
>gint32</a> layer_ID);
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> <a class="link" href="libgimp-gimptextlayer.html#gimp-text-layer-set-language" title="gimp_text_layer_set_language ()">gimp_text_layer_set_language</a> (<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
|
||||
>gint32</a> layer_ID,
|
||||
const <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *language);
|
||||
<a
|
||||
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpTextDirection"
|
||||
>GimpTextDirection</a> <a class="link" href="libgimp-gimptextlayer.html#gimp-text-layer-get-base-direction" title="gimp_text_layer_get_base_direction ()">gimp_text_layer_get_base_direction</a> (gint32 layer_ID);
|
||||
gboolean <a class="link" href="libgimp-gimptextlayer.html#gimp-text-layer-set-base-direction" title="gimp_text_layer_set_base_direction ()">gimp_text_layer_set_base_direction</a> (gint32 layer_ID,
|
||||
>GimpTextDirection</a> <a class="link" href="libgimp-gimptextlayer.html#gimp-text-layer-get-base-direction" title="gimp_text_layer_get_base_direction ()">gimp_text_layer_get_base_direction</a> (<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
|
||||
>gint32</a> layer_ID);
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> <a class="link" href="libgimp-gimptextlayer.html#gimp-text-layer-set-base-direction" title="gimp_text_layer_set_base_direction ()">gimp_text_layer_set_base_direction</a> (<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
|
||||
>gint32</a> layer_ID,
|
||||
<a
|
||||
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpTextDirection"
|
||||
>GimpTextDirection</a> direction);
|
||||
<a
|
||||
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpTextJustification"
|
||||
>GimpTextJustification</a> <a class="link" href="libgimp-gimptextlayer.html#gimp-text-layer-get-justification" title="gimp_text_layer_get_justification ()">gimp_text_layer_get_justification</a> (gint32 layer_ID);
|
||||
gboolean <a class="link" href="libgimp-gimptextlayer.html#gimp-text-layer-set-justification" title="gimp_text_layer_set_justification ()">gimp_text_layer_set_justification</a> (gint32 layer_ID,
|
||||
>GimpTextJustification</a> <a class="link" href="libgimp-gimptextlayer.html#gimp-text-layer-get-justification" title="gimp_text_layer_get_justification ()">gimp_text_layer_get_justification</a> (<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
|
||||
>gint32</a> layer_ID);
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> <a class="link" href="libgimp-gimptextlayer.html#gimp-text-layer-set-justification" title="gimp_text_layer_set_justification ()">gimp_text_layer_set_justification</a> (<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
|
||||
>gint32</a> layer_ID,
|
||||
<a
|
||||
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpTextJustification"
|
||||
>GimpTextJustification</a> justify);
|
||||
gboolean <a class="link" href="libgimp-gimptextlayer.html#gimp-text-layer-get-color" title="gimp_text_layer_get_color ()">gimp_text_layer_get_color</a> (gint32 layer_ID,
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> <a class="link" href="libgimp-gimptextlayer.html#gimp-text-layer-get-color" title="gimp_text_layer_get_color ()">gimp_text_layer_get_color</a> (<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
|
||||
>gint32</a> layer_ID,
|
||||
<a
|
||||
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
|
||||
>GimpRGB</a> *color);
|
||||
gboolean <a class="link" href="libgimp-gimptextlayer.html#gimp-text-layer-set-color" title="gimp_text_layer_set_color ()">gimp_text_layer_set_color</a> (gint32 layer_ID,
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> <a class="link" href="libgimp-gimptextlayer.html#gimp-text-layer-set-color" title="gimp_text_layer_set_color ()">gimp_text_layer_set_color</a> (<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
|
||||
>gint32</a> layer_ID,
|
||||
const <a
|
||||
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
|
||||
>GimpRGB</a> *color);
|
||||
gdouble <a class="link" href="libgimp-gimptextlayer.html#gimp-text-layer-get-indent" title="gimp_text_layer_get_indent ()">gimp_text_layer_get_indent</a> (gint32 layer_ID);
|
||||
gboolean <a class="link" href="libgimp-gimptextlayer.html#gimp-text-layer-set-indent" title="gimp_text_layer_set_indent ()">gimp_text_layer_set_indent</a> (gint32 layer_ID,
|
||||
gdouble indent);
|
||||
gdouble <a class="link" href="libgimp-gimptextlayer.html#gimp-text-layer-get-line-spacing" title="gimp_text_layer_get_line_spacing ()">gimp_text_layer_get_line_spacing</a> (gint32 layer_ID);
|
||||
gboolean <a class="link" href="libgimp-gimptextlayer.html#gimp-text-layer-set-line-spacing" title="gimp_text_layer_set_line_spacing ()">gimp_text_layer_set_line_spacing</a> (gint32 layer_ID,
|
||||
gdouble line_spacing);
|
||||
gdouble <a class="link" href="libgimp-gimptextlayer.html#gimp-text-layer-get-letter-spacing" title="gimp_text_layer_get_letter_spacing ()">gimp_text_layer_get_letter_spacing</a> (gint32 layer_ID);
|
||||
gboolean <a class="link" href="libgimp-gimptextlayer.html#gimp-text-layer-set-letter-spacing" title="gimp_text_layer_set_letter_spacing ()">gimp_text_layer_set_letter_spacing</a> (gint32 layer_ID,
|
||||
gdouble letter_spacing);
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
|
||||
>gdouble</a> <a class="link" href="libgimp-gimptextlayer.html#gimp-text-layer-get-indent" title="gimp_text_layer_get_indent ()">gimp_text_layer_get_indent</a> (<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
|
||||
>gint32</a> layer_ID);
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> <a class="link" href="libgimp-gimptextlayer.html#gimp-text-layer-set-indent" title="gimp_text_layer_set_indent ()">gimp_text_layer_set_indent</a> (<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
|
||||
>gint32</a> layer_ID,
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
|
||||
>gdouble</a> indent);
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
|
||||
>gdouble</a> <a class="link" href="libgimp-gimptextlayer.html#gimp-text-layer-get-line-spacing" title="gimp_text_layer_get_line_spacing ()">gimp_text_layer_get_line_spacing</a> (<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
|
||||
>gint32</a> layer_ID);
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> <a class="link" href="libgimp-gimptextlayer.html#gimp-text-layer-set-line-spacing" title="gimp_text_layer_set_line_spacing ()">gimp_text_layer_set_line_spacing</a> (<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
|
||||
>gint32</a> layer_ID,
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
|
||||
>gdouble</a> line_spacing);
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
|
||||
>gdouble</a> <a class="link" href="libgimp-gimptextlayer.html#gimp-text-layer-get-letter-spacing" title="gimp_text_layer_get_letter_spacing ()">gimp_text_layer_get_letter_spacing</a> (<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
|
||||
>gint32</a> layer_ID);
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> <a class="link" href="libgimp-gimptextlayer.html#gimp-text-layer-set-letter-spacing" title="gimp_text_layer_set_letter_spacing ()">gimp_text_layer_set_letter_spacing</a> (<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
|
||||
>gint32</a> layer_ID,
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
|
||||
>gdouble</a> letter_spacing);
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
@ -127,10 +261,20 @@ gboolean <a class="link" href="libgimp-gimptextlayer.html#gimp-text-l
|
||||
<a name="libgimp-gimptextlayer.details"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="gimp-text-layer-new"></a><h3>gimp_text_layer_new ()</h3>
|
||||
<pre class="programlisting">gint32 gimp_text_layer_new (gint32 image_ID,
|
||||
const gchar *text,
|
||||
const gchar *fontname,
|
||||
gdouble size,
|
||||
<pre class="programlisting"><a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
|
||||
>gint32</a> gimp_text_layer_new (<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
|
||||
>gint32</a> image_ID,
|
||||
const <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *text,
|
||||
const <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *fontname,
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
|
||||
>gdouble</a> size,
|
||||
<a
|
||||
href="../libgimpbase/libgimpbase-gimpunit.html#GimpUnit"
|
||||
>GimpUnit</a> unit);</pre>
|
||||
@ -189,7 +333,11 @@ using <a class="link" href="libgimp-gimpimage.html#gimp-image-add-layer" title="
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="gimp-text-layer-get-text"></a><h3>gimp_text_layer_get_text ()</h3>
|
||||
<pre class="programlisting">gchar* gimp_text_layer_get_text (gint32 layer_ID);</pre>
|
||||
<pre class="programlisting"><a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a>* gimp_text_layer_get_text (<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
|
||||
>gint32</a> layer_ID);</pre>
|
||||
<p>
|
||||
Get the text from a text layer as string.
|
||||
</p>
|
||||
@ -220,8 +368,14 @@ This procedure returns the text from a text layer as a string.</p>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="gimp-text-layer-set-text"></a><h3>gimp_text_layer_set_text ()</h3>
|
||||
<pre class="programlisting">gboolean gimp_text_layer_set_text (gint32 layer_ID,
|
||||
const gchar *text);</pre>
|
||||
<pre class="programlisting"><a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> gimp_text_layer_set_text (<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
|
||||
>gint32</a> layer_ID,
|
||||
const <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *text);</pre>
|
||||
<p>
|
||||
Set the text of a text layer.
|
||||
</p>
|
||||
@ -257,7 +411,11 @@ This procedure changes the text of a text layer.</p>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="gimp-text-layer-get-font"></a><h3>gimp_text_layer_get_font ()</h3>
|
||||
<pre class="programlisting">gchar* gimp_text_layer_get_font (gint32 layer_ID);</pre>
|
||||
<pre class="programlisting"><a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a>* gimp_text_layer_get_font (<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
|
||||
>gint32</a> layer_ID);</pre>
|
||||
<p>
|
||||
Get the font from a text layer as string.
|
||||
</p>
|
||||
@ -288,8 +446,14 @@ This procedure returns the name of the font from a text layer.</p>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="gimp-text-layer-set-font"></a><h3>gimp_text_layer_set_font ()</h3>
|
||||
<pre class="programlisting">gboolean gimp_text_layer_set_font (gint32 layer_ID,
|
||||
const gchar *font);</pre>
|
||||
<pre class="programlisting"><a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> gimp_text_layer_set_font (<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
|
||||
>gint32</a> layer_ID,
|
||||
const <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *font);</pre>
|
||||
<p>
|
||||
Set the font of a text layer.
|
||||
</p>
|
||||
@ -325,7 +489,11 @@ This procedure modifies the font used in the specified text layer.</p>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="gimp-text-layer-get-font-size"></a><h3>gimp_text_layer_get_font_size ()</h3>
|
||||
<pre class="programlisting">gdouble gimp_text_layer_get_font_size (gint32 layer_ID,
|
||||
<pre class="programlisting"><a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
|
||||
>gdouble</a> gimp_text_layer_get_font_size (<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
|
||||
>gint32</a> layer_ID,
|
||||
<a
|
||||
href="../libgimpbase/libgimpbase-gimpunit.html#GimpUnit"
|
||||
>GimpUnit</a> *unit);</pre>
|
||||
@ -366,8 +534,14 @@ units.</p>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="gimp-text-layer-set-font-size"></a><h3>gimp_text_layer_set_font_size ()</h3>
|
||||
<pre class="programlisting">gboolean gimp_text_layer_set_font_size (gint32 layer_ID,
|
||||
gdouble font_size,
|
||||
<pre class="programlisting"><a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> gimp_text_layer_set_font_size (<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
|
||||
>gint32</a> layer_ID,
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
|
||||
>gdouble</a> font_size,
|
||||
<a
|
||||
href="../libgimpbase/libgimpbase-gimpunit.html#GimpUnit"
|
||||
>GimpUnit</a> unit);</pre>
|
||||
@ -412,8 +586,14 @@ your font will be a double 'font-size' of 'unit' units.</p>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="gimp-text-layer-get-hinting"></a><h3>gimp_text_layer_get_hinting ()</h3>
|
||||
<pre class="programlisting">gboolean gimp_text_layer_get_hinting (gint32 layer_ID,
|
||||
gboolean *autohint);</pre>
|
||||
<pre class="programlisting"><a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> gimp_text_layer_get_hinting (<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
|
||||
>gint32</a> layer_ID,
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> *autohint);</pre>
|
||||
<p>
|
||||
Get information about hinting in the specified text layer.
|
||||
</p>
|
||||
@ -450,9 +630,17 @@ used in a text layer.</p>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="gimp-text-layer-set-hinting"></a><h3>gimp_text_layer_set_hinting ()</h3>
|
||||
<pre class="programlisting">gboolean gimp_text_layer_set_hinting (gint32 layer_ID,
|
||||
gboolean hinting,
|
||||
gboolean autohint);</pre>
|
||||
<pre class="programlisting"><a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> gimp_text_layer_set_hinting (<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
|
||||
>gint32</a> layer_ID,
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> hinting,
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> autohint);</pre>
|
||||
<p>
|
||||
Enable/disable the use of hinting in a text layer.
|
||||
</p>
|
||||
@ -495,7 +683,11 @@ be used and hinting information from the font will be ignored.</p>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="gimp-text-layer-get-antialias"></a><h3>gimp_text_layer_get_antialias ()</h3>
|
||||
<pre class="programlisting">gboolean gimp_text_layer_get_antialias (gint32 layer_ID);</pre>
|
||||
<pre class="programlisting"><a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> gimp_text_layer_get_antialias (<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
|
||||
>gint32</a> layer_ID);</pre>
|
||||
<p>
|
||||
Check if antialiasing is used in the text layer.
|
||||
</p>
|
||||
@ -527,8 +719,14 @@ text layer.</p>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="gimp-text-layer-set-antialias"></a><h3>gimp_text_layer_set_antialias ()</h3>
|
||||
<pre class="programlisting">gboolean gimp_text_layer_set_antialias (gint32 layer_ID,
|
||||
gboolean antialias);</pre>
|
||||
<pre class="programlisting"><a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> gimp_text_layer_set_antialias (<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
|
||||
>gint32</a> layer_ID,
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> antialias);</pre>
|
||||
<p>
|
||||
Enable/disable anti-aliasing in a text layer.
|
||||
</p>
|
||||
@ -565,7 +763,11 @@ text layer.</p>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="gimp-text-layer-get-kerning"></a><h3>gimp_text_layer_get_kerning ()</h3>
|
||||
<pre class="programlisting">gboolean gimp_text_layer_get_kerning (gint32 layer_ID);</pre>
|
||||
<pre class="programlisting"><a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> gimp_text_layer_get_kerning (<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
|
||||
>gint32</a> layer_ID);</pre>
|
||||
<p>
|
||||
Check if kerning is used in the text layer.
|
||||
</p>
|
||||
@ -597,8 +799,14 @@ layer.</p>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="gimp-text-layer-set-kerning"></a><h3>gimp_text_layer_set_kerning ()</h3>
|
||||
<pre class="programlisting">gboolean gimp_text_layer_set_kerning (gint32 layer_ID,
|
||||
gboolean kerning);</pre>
|
||||
<pre class="programlisting"><a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> gimp_text_layer_set_kerning (<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
|
||||
>gint32</a> layer_ID,
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> kerning);</pre>
|
||||
<p>
|
||||
Enable/disable kerning in a text layer.
|
||||
</p>
|
||||
@ -634,7 +842,11 @@ This procedure enables or disables kerning in a text layer.</p>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="gimp-text-layer-get-language"></a><h3>gimp_text_layer_get_language ()</h3>
|
||||
<pre class="programlisting">gchar* gimp_text_layer_get_language (gint32 layer_ID);</pre>
|
||||
<pre class="programlisting"><a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a>* gimp_text_layer_get_language (<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
|
||||
>gint32</a> layer_ID);</pre>
|
||||
<p>
|
||||
Get the language used in the text layer.
|
||||
</p>
|
||||
@ -666,8 +878,14 @@ in the text layer.</p>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="gimp-text-layer-set-language"></a><h3>gimp_text_layer_set_language ()</h3>
|
||||
<pre class="programlisting">gboolean gimp_text_layer_set_language (gint32 layer_ID,
|
||||
const gchar *language);</pre>
|
||||
<pre class="programlisting"><a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> gimp_text_layer_set_language (<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
|
||||
>gint32</a> layer_ID,
|
||||
const <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *language);</pre>
|
||||
<p>
|
||||
Set the language of the text layer.
|
||||
</p>
|
||||
@ -706,7 +924,9 @@ scripts the language has an influence of how the text is rendered.</p>
|
||||
<a name="gimp-text-layer-get-base-direction"></a><h3>gimp_text_layer_get_base_direction ()</h3>
|
||||
<pre class="programlisting"><a
|
||||
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpTextDirection"
|
||||
>GimpTextDirection</a> gimp_text_layer_get_base_direction (gint32 layer_ID);</pre>
|
||||
>GimpTextDirection</a> gimp_text_layer_get_base_direction (<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
|
||||
>gint32</a> layer_ID);</pre>
|
||||
<p>
|
||||
Get the base direction used for rendering the text layer.
|
||||
</p>
|
||||
@ -738,7 +958,11 @@ text in the text layer</p>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="gimp-text-layer-set-base-direction"></a><h3>gimp_text_layer_set_base_direction ()</h3>
|
||||
<pre class="programlisting">gboolean gimp_text_layer_set_base_direction (gint32 layer_ID,
|
||||
<pre class="programlisting"><a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> gimp_text_layer_set_base_direction (<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
|
||||
>gint32</a> layer_ID,
|
||||
<a
|
||||
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpTextDirection"
|
||||
>GimpTextDirection</a> direction);</pre>
|
||||
@ -780,7 +1004,9 @@ bidirectional algorithm when rendering the text.</p>
|
||||
<a name="gimp-text-layer-get-justification"></a><h3>gimp_text_layer_get_justification ()</h3>
|
||||
<pre class="programlisting"><a
|
||||
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpTextJustification"
|
||||
>GimpTextJustification</a> gimp_text_layer_get_justification (gint32 layer_ID);</pre>
|
||||
>GimpTextJustification</a> gimp_text_layer_get_justification (<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
|
||||
>gint32</a> layer_ID);</pre>
|
||||
<p>
|
||||
Get the text justification information of the text layer.
|
||||
</p>
|
||||
@ -812,7 +1038,11 @@ relative to each other.</p>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="gimp-text-layer-set-justification"></a><h3>gimp_text_layer_set_justification ()</h3>
|
||||
<pre class="programlisting">gboolean gimp_text_layer_set_justification (gint32 layer_ID,
|
||||
<pre class="programlisting"><a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> gimp_text_layer_set_justification (<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
|
||||
>gint32</a> layer_ID,
|
||||
<a
|
||||
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpTextJustification"
|
||||
>GimpTextJustification</a> justify);</pre>
|
||||
@ -852,7 +1082,11 @@ relative to each other.</p>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="gimp-text-layer-get-color"></a><h3>gimp_text_layer_get_color ()</h3>
|
||||
<pre class="programlisting">gboolean gimp_text_layer_get_color (gint32 layer_ID,
|
||||
<pre class="programlisting"><a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> gimp_text_layer_get_color (<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
|
||||
>gint32</a> layer_ID,
|
||||
<a
|
||||
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
|
||||
>GimpRGB</a> *color);</pre>
|
||||
@ -891,7 +1125,11 @@ This procedure returns the color of the text in a text layer.</p>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="gimp-text-layer-set-color"></a><h3>gimp_text_layer_set_color ()</h3>
|
||||
<pre class="programlisting">gboolean gimp_text_layer_set_color (gint32 layer_ID,
|
||||
<pre class="programlisting"><a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> gimp_text_layer_set_color (<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
|
||||
>gint32</a> layer_ID,
|
||||
const <a
|
||||
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
|
||||
>GimpRGB</a> *color);</pre>
|
||||
@ -930,7 +1168,11 @@ This procedure sets the text color in the text layer 'layer'.</p>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="gimp-text-layer-get-indent"></a><h3>gimp_text_layer_get_indent ()</h3>
|
||||
<pre class="programlisting">gdouble gimp_text_layer_get_indent (gint32 layer_ID);</pre>
|
||||
<pre class="programlisting"><a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
|
||||
>gdouble</a> gimp_text_layer_get_indent (<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
|
||||
>gint32</a> layer_ID);</pre>
|
||||
<p>
|
||||
Get the line indentation of text layer.
|
||||
</p>
|
||||
@ -962,8 +1204,14 @@ layer.</p>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="gimp-text-layer-set-indent"></a><h3>gimp_text_layer_set_indent ()</h3>
|
||||
<pre class="programlisting">gboolean gimp_text_layer_set_indent (gint32 layer_ID,
|
||||
gdouble indent);</pre>
|
||||
<pre class="programlisting"><a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> gimp_text_layer_set_indent (<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
|
||||
>gint32</a> layer_ID,
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
|
||||
>gdouble</a> indent);</pre>
|
||||
<p>
|
||||
Set the indentation of the first line in a text layer.
|
||||
</p>
|
||||
@ -1000,7 +1248,11 @@ layer.</p>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="gimp-text-layer-get-line-spacing"></a><h3>gimp_text_layer_get_line_spacing ()</h3>
|
||||
<pre class="programlisting">gdouble gimp_text_layer_get_line_spacing (gint32 layer_ID);</pre>
|
||||
<pre class="programlisting"><a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
|
||||
>gdouble</a> gimp_text_layer_get_line_spacing (<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
|
||||
>gint32</a> layer_ID);</pre>
|
||||
<p>
|
||||
Get the spacing between lines of text.
|
||||
</p>
|
||||
@ -1032,8 +1284,14 @@ text layer.</p>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="gimp-text-layer-set-line-spacing"></a><h3>gimp_text_layer_set_line_spacing ()</h3>
|
||||
<pre class="programlisting">gboolean gimp_text_layer_set_line_spacing (gint32 layer_ID,
|
||||
gdouble line_spacing);</pre>
|
||||
<pre class="programlisting"><a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> gimp_text_layer_set_line_spacing (<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
|
||||
>gint32</a> layer_ID,
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
|
||||
>gdouble</a> line_spacing);</pre>
|
||||
<p>
|
||||
Adjust the line spacing in a text layer.
|
||||
</p>
|
||||
@ -1070,7 +1328,11 @@ layer.</p>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="gimp-text-layer-get-letter-spacing"></a><h3>gimp_text_layer_get_letter_spacing ()</h3>
|
||||
<pre class="programlisting">gdouble gimp_text_layer_get_letter_spacing (gint32 layer_ID);</pre>
|
||||
<pre class="programlisting"><a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
|
||||
>gdouble</a> gimp_text_layer_get_letter_spacing (<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
|
||||
>gint32</a> layer_ID);</pre>
|
||||
<p>
|
||||
Get the letter spacing used in a text layer.
|
||||
</p>
|
||||
@ -1102,8 +1364,14 @@ glyps in a text layer.</p>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="gimp-text-layer-set-letter-spacing"></a><h3>gimp_text_layer_set_letter_spacing ()</h3>
|
||||
<pre class="programlisting">gboolean gimp_text_layer_set_letter_spacing (gint32 layer_ID,
|
||||
gdouble letter_spacing);</pre>
|
||||
<pre class="programlisting"><a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> gimp_text_layer_set_letter_spacing (<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
|
||||
>gint32</a> layer_ID,
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
|
||||
>gdouble</a> letter_spacing);</pre>
|
||||
<p>
|
||||
Adjust the letter spacing in a text layer.
|
||||
</p>
|
||||
|
Reference in New Issue
Block a user