gimptexttool

Name

gimptexttool -- 

Synopsis



gint32      gimp_text_fontname              (gint32 image_ID,
                                             gint32 drawable_ID,
                                             gdouble x,
                                             gdouble y,
                                             gchar *text,
                                             gint border,
                                             gboolean antialias,
                                             gdouble size,
                                             GimpSizeType size_type,
                                             gchar *fontname);
void        gimp_text_get_extents_fontname  (gchar *text,
                                             gdouble size,
                                             GimpSizeType size_type,
                                             gchar *fontname,
                                             gint *width,
                                             gint *height,
                                             gint *ascent,
                                             gint *descent);
gint32      gimp_text                       (gint32 image_ID,
                                             gint32 drawable_ID,
                                             gdouble x,
                                             gdouble y,
                                             gchar *text,
                                             gint border,
                                             gboolean antialias,
                                             gdouble size,
                                             GimpSizeType size_type,
                                             gchar *foundry,
                                             gchar *family,
                                             gchar *weight,
                                             gchar *slant,
                                             gchar *set_width,
                                             gchar *spacing,
                                             gchar *registry,
                                             gchar *encoding);
void        gimp_text_get_extents           (gchar *text,
                                             gdouble size,
                                             GimpSizeType size_type,
                                             gchar *foundry,
                                             gchar *family,
                                             gchar *weight,
                                             gchar *slant,
                                             gchar *set_width,
                                             gchar *spacing,
                                             gchar *registry,
                                             gchar *encoding,
                                             gint *width,
                                             gint *height,
                                             gint *ascent,
                                             gint *descent);

Description

Details

gimp_text_fontname ()

gint32      gimp_text_fontname              (gint32 image_ID,
                                             gint32 drawable_ID,
                                             gdouble x,
                                             gdouble y,
                                             gchar *text,
                                             gint border,
                                             gboolean antialias,
                                             gdouble size,
                                             GimpSizeType size_type,
                                             gchar *fontname);

image_ID : 
drawable_ID : 
x : 
y : 
text : 
border : 
antialias : 
size : 
size_type : 
fontname : 
Returns : 


gimp_text_get_extents_fontname ()

void        gimp_text_get_extents_fontname  (gchar *text,
                                             gdouble size,
                                             GimpSizeType size_type,
                                             gchar *fontname,
                                             gint *width,
                                             gint *height,
                                             gint *ascent,
                                             gint *descent);

text : 
size : 
size_type : 
fontname : 
width : 
height : 
ascent : 
descent : 


gimp_text ()

gint32      gimp_text                       (gint32 image_ID,
                                             gint32 drawable_ID,
                                             gdouble x,
                                             gdouble y,
                                             gchar *text,
                                             gint border,
                                             gboolean antialias,
                                             gdouble size,
                                             GimpSizeType size_type,
                                             gchar *foundry,
                                             gchar *family,
                                             gchar *weight,
                                             gchar *slant,
                                             gchar *set_width,
                                             gchar *spacing,
                                             gchar *registry,
                                             gchar *encoding);

image_ID : 
drawable_ID : 
x : 
y : 
text : 
border : 
antialias : 
size : 
size_type : 
foundry : 
family : 
weight : 
slant : 
set_width : 
spacing : 
registry : 
encoding : 
Returns : 


gimp_text_get_extents ()

void        gimp_text_get_extents           (gchar *text,
                                             gdouble size,
                                             GimpSizeType size_type,
                                             gchar *foundry,
                                             gchar *family,
                                             gchar *weight,
                                             gchar *slant,
                                             gchar *set_width,
                                             gchar *spacing,
                                             gchar *registry,
                                             gchar *encoding,
                                             gint *width,
                                             gint *height,
                                             gint *ascent,
                                             gint *descent);

text : 
size : 
size_type : 
foundry : 
family : 
weight : 
slant : 
set_width : 
spacing : 
registry : 
encoding : 
width : 
height : 
ascent : 
descent :