figma_create_text
Create a text node in Figma with specified content, position, typography, fill, and alignment settings for adding labels and annotations to designs.
Instructions
Create a text node. Accepts 'text' or 'content' for the string value.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | ||
| y | No | ||
| name | No | ||
| text | No | Alias for 'content' — the text string | |
| width | No | ||
| content | No | The text string (alias: 'text') | |
| opacity | No | ||
| fontSize | No | ||
| parentId | No | ||
| fillColor | No | Color as hex string "#RRGGBB" or object {r,g,b,a?} with 0-1 values | |
| fontStyle | No | Override font style name, e.g. 'Bold Italic'. If omitted, derived from fontWeight. | |
| fontFamily | No | Inter | |
| fontWeight | No | 100=Thin,200=ExtraLight,300=Light,400=Regular,500=Medium,600=SemiBold,700=Bold,800=ExtraBold,900=Black | |
| lineHeight | No | ||
| letterSpacing | No | ||
| textAutoResize | No | ||
| textAlignVertical | No | ||
| textAlignHorizontal | No |