set_run_font
Change the font of a specific text segment within a paragraph by specifying the paragraph ID, run index, and desired font name.
Instructions
Set the font of a specific run (zero-based index) in a paragraph.
Args: para_id: paraId of the target paragraph. run_idx: Zero-based index of the run. font_name: Font name (e.g., "Arial", "Times New Roman").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| para_id | Yes | ||
| run_idx | Yes | ||
| font_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |