set_range_font_size
Set the font size for a specific range of text in a Figma text node by providing node ID, start index, end index, and new font size in pixels.
Instructions
Set the font size for a specific text range
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | Yes | End index of the range (exclusive) | |
| start | Yes | Start index of the range (inclusive) | |
| nodeId | Yes | The ID of the text node | |
| fontSize | Yes | Font size in pixels |