Add a text frame to the active document
illustrator_add_textAdds a point-text frame to the active Illustrator document with specified text, position, font size, and color.
Instructions
Adds a point-text frame with the given content, position, font size and color to the active document.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | ||
| y | Yes | ||
| text | Yes | ||
| fontSize | No | ||
| fillColor | No | Hex text color, e.g. #171411. Defaults to black. |