Create Text
illustrator_create_textAdd text to Adobe Illustrator at specified position with custom font, size, and color.
Instructions
Add a text object.
Args:
text (string): the text content
x, y (number): top-left position (Y down)
font_size (number): size in points (default 24)
font (string, optional): PostScript font name, e.g. 'ArialMT', 'Helvetica-Bold'
fill (color, optional): text color
name (string, optional)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | Left position. | |
| y | Yes | Top position (Y down). | |
| fill | No | Text color. | |
| font | No | PostScript font name (best effort). | |
| name | No | Optional name. | |
| text | Yes | The text content. | |
| font_size | No | Font size in points. |