generate_lettering
Generate machine-embroidered lettering from digitized fonts. Each line of text produces a separate embroidery design file.
Instructions
Create machine-embroidered text using Ink/Stitch's digitized fonts.
font is the font name from list_fonts (e.g. "Amitaclo"). formats defaults to ["dst", "svg"]. scale_percent is clamped to the font's supported range. NOTE: each newline-separated line of text becomes a SEPARATE design (own file set) — that is the batch semantics of the underlying extension. trim: off/line/word/glyph. color_sort: off/all/line/word. text_align: left/center/right/block/letterspacing. Extracted files land in output_dir (default: /lettering_).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| font | Yes | ||
| text | Yes | ||
| trim | No | off | |
| formats | No | ||
| color_sort | No | off | |
| output_dir | No | ||
| text_align | No | left | |
| line_height | No | ||
| word_spacing | No | ||
| scale_percent | No | ||
| letter_spacing | No |