create_text
Add custom text elements to Figma designs by specifying position, content, font size, weight, color, and optional parent node ID for structured layouts.
Instructions
Create a new text element in Figma
Input Schema
Name | Required | Description | Default |
---|---|---|---|
fontColor | No | Font color in RGBA format | |
fontSize | No | Font size (default: 14) | |
fontWeight | No | Font weight (e.g., 400 for Regular, 700 for Bold) | |
name | No | Semantic layer name for the text node | |
parentId | No | Optional parent node ID to append the text to | |
text | Yes | Text content | |
x | Yes | X position | |
y | Yes | Y position |