gimp-text


Description

Deprecated: Use 'gimp-text-fontname' instead.

Help

Deprecated: Use 'gimp-text-fontname' instead.


Type

unknown

Parameters

Type Name Description
PF_IMAGE image The image
PF_DRAWABLE drawable The affected drawable: (-1 for a new text layer)
PF_FLOAT x The x coordinate for the left of the text bounding box
PF_FLOAT y The y coordinate for the top of the text bounding box
PF_VALUE text The text to generate (in UTF-8 encoding)
PF_INT border The size of the border (border >= -1)
PF_INT antialias Antialiasing (TRUE or FALSE)
PF_FLOAT size The size of text in either pixels or points (size >= 0)
PF_INT size-type The units of specified size { PIXELS (0), POINTS (1) }
PF_VALUE foundry The font foundry
PF_VALUE family The font family
PF_VALUE weight The font weight
PF_VALUE slant The font slant
PF_VALUE set-width The font set-width
PF_VALUE spacing The font spacing
PF_VALUE registry The font registry
PF_VALUE encoding The font encoding

Return

Type Name Description
PF_LAYER text-layer The new text layer or -1 if no layer was created.