Class
GimpTextLayer
Description [src]
final class Gimp.TextLayer : Gimp.Layer
implements Gimp.Rasterizable {
/* No available fields */
}
Functions for querying and manipulating text layers.
Functions
gimp_text_layer_get_by_id
Returns a GimpTextLayer representing layer_id. This function calls
gimp_item_get_by_id() and returns the item if it is layer or NULL
otherwise.
since: 3.0
Instance methods
gimp_text_layer_get_base_direction
Get the base direction used for rendering the text layer.
since: 2.6
gimp_text_layer_get_hint_style
Get information about hinting in the specified text layer.
since: 2.8
gimp_text_layer_get_justification
Get the text justification information of the text layer.
since: 2.6
gimp_text_layer_get_outline_antialias
Get the outline antialias setting from a text layer.
unstable since: 3.2
gimp_text_layer_get_outline_cap_style
Get the outline cap style from a text layer.
unstable since: 3.2
gimp_text_layer_get_outline_color
Get the color of the text outline in a text layer.
unstable since: 3.2
gimp_text_layer_get_outline_dash_offset
Get the outline dash offset from a text layer.
unstable since: 3.2
gimp_text_layer_get_outline_direction
Get the outline direction from a text layer.
unstable since: 3.2
gimp_text_layer_get_outline_join_style
Get the outline join style from a text layer.
unstable since: 3.2
gimp_text_layer_get_outline_miter_limit
Get the outline miter limit from a text layer.
unstable since: 3.2
gimp_text_layer_set_outline_antialias
Set the outline antialias setting from a text layer.
unstable since: 3.2
gimp_text_layer_set_outline_cap_style
Set the outline cap style for the text layer.
unstable since: 3.2
gimp_text_layer_set_outline_color
Set the color of the text outline in the text layer.
unstable since: 3.2
gimp_text_layer_set_outline_dash_offset
Set the outline dash offset from a text layer.
unstable since: 3.2
gimp_text_layer_set_outline_direction
Set the outline direction for the text layer.
unstable since: 3.2
gimp_text_layer_set_outline_join_style
Set the outline join style for the text layer.
unstable since: 3.2
gimp_text_layer_set_outline_miter_limit
Set the outline miter limit from a text layer.
unstable since: 3.2
Methods inherited from GimpDrawable (56)
Please see GimpDrawable for a full list of methods.
Methods inherited from GimpRasterizable (3)
gimp_rasterizable_is_rasterized
Return whether item has been rasterized.
unstable since: 3.2
gimp_rasterizable_rasterize
Rasterize the object.
unstable since: 3.2
gimp_rasterizable_restore
Revert the rasterization of item.
unstable since: 3.2
Properties
Properties inherited from GimpItem (1)
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.