get_text_style_range
Retrieve the formatting properties (bold, italic, underline, strikethrough) applied to a specific range of text within a Figma text node.
Instructions
Get the text styling (bold, italic, underline, strikethrough) for a specific range of text
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 |