| Attributes |
| Name | Required | Request-time | Type | Description |
| font | false | true | java.lang.String | The font that is parsed in the image. |
| pointSize | false | true | java.lang.String | The pointsize of the font. |
| color | false | true | java.lang.String | The color of the text that is in the image. |
| effect | false | true | java.lang.String | The effect to use. This can be any supported mmbase convert command (e.g. for imagemagick: "stroke(black)" ) Or custom commands specially for this tag (only one supported at the moment: "outline(white)"). |
| text | true | true | java.lang.String | The text that is in the image. |
| x | true | true | java.lang.String | The x position of the start of the text in the image. |
| y | true | true | java.lang.String | The y position of the start of the text in the image. |