Add schematic text label
easyeda_schematic_add_textAdd cosmetic text like section headers or notes to an EasyEDA schematic sheet. Specify position, content, and optional styling with font, color, and alignment.
Instructions
Place free-standing text on the schematic sheet (section headers, notes, block labels) — cosmetic/organizational, not a net label. color must be a hex string and fontName a real font (e.g. "Arial") — untyped placeholders create nothing despite returning ok.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | ||
| y | Yes | ||
| bold | No | ||
| color | No | ||
| italic | No | ||
| content | Yes | ||
| fontName | No | ||
| fontSize | No | ||
| rotation | No | ||
| alignMode | No | ||
| underline | No | ||
| confirmWrite | Yes | Must be the literal boolean true (not the string "true") to allow this write. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||