| TYPE | NAME | DESCRIPTION
|
|---|
| IMAGE | image | The image |
| DRAWABLE | drawable | The affected drawable: (-1 for a new text layer) |
| FLOAT | x | The x coordinate for the left of the text bounding box |
| FLOAT | y | The y coordinate for the top of the text bounding box |
| STRING | text | The text to generate |
| INT32 | border | The size of the border: -1 <= border |
| INT32 | antialias | Antialiasing (TRUE or FALSE) |
| FLOAT | size | The size of text in either pixels or points |
| INT32 | size_type | The units of specified size: PIXELS (0) or POINTS (1) |
| STRING | fontname | The fontname (conforming to the X Logical Font Description Conventions) |