GimpTextLayer-transform
GimpTextLayer-transform
|
|
Synopsis
void gimp_text_layer_scale (GimpItem *item,
gint new_width,
gint new_height,
gint new_offset_x,
gint new_offset_y,
GimpInterpolationType interpolation_type,
GimpProgress *progress);
void gimp_text_layer_flip (GimpItem *item,
GimpContext *context,
GimpOrientationType flip_type,
gdouble axis,
gboolean clip_result);
void gimp_text_layer_rotate (GimpItem *item,
GimpContext *context,
GimpRotationType rotate_type,
gdouble center_x,
gdouble center_y,
gboolean clip_result);
void gimp_text_layer_transform (GimpItem *item,
GimpContext *context,
const GimpMatrix3 *matrix,
GimpTransformDirection direction,
GimpInterpolationType interpolation_type,
gboolean supersample,
gint recursion_level,
GimpTransformResize clip_result,
GimpProgress *progress);
Details
gimp_text_layer_scale ()
void gimp_text_layer_scale (GimpItem *item,
gint new_width,
gint new_height,
gint new_offset_x,
gint new_offset_y,
GimpInterpolationType interpolation_type,
GimpProgress *progress);
item :
|
|
new_width :
|
|
new_height :
|
|
new_offset_x :
|
|
new_offset_y :
|
|
interpolation_type :
|
|
progress :
|
|
gimp_text_layer_transform ()
void gimp_text_layer_transform (GimpItem *item,
GimpContext *context,
const GimpMatrix3 *matrix,
GimpTransformDirection direction,
GimpInterpolationType interpolation_type,
gboolean supersample,
gint recursion_level,
GimpTransformResize clip_result,
GimpProgress *progress);
item :
|
|
context :
|
|
matrix :
|
|
direction :
|
|
interpolation_type :
|
|
supersample :
|
|
recursion_level :
|
|
clip_result :
|
|
progress :
|
|