Lettering

Lettering

Use the <lettering> element when creating or editing designs to place custom text with specific style, position, and thread color. The lettering block is modular — you can customize the lettering style, move it, scale it, and stitch it with the desired thread, all in one place.


XML structure

<lettering>
      <simple_lettering ... />     <!-- Basic lettering settings -->
      <transform ... />            <!-- Transform: position, rotation, scale -->
      <thread ... />               <!-- Thread details -->
</lettering>


Components

Element
Purpose
Describes text content, font, size, baseline, spacing, justification, auto-fit, etc.
Defines position, rotation, and scaling for the lettering object.
Defines the thread type, color, brand, code used for stitching the lettering.


Example

<lettering>
   <simple_lettering
      text="Team Captain"
      alphabet_name="Block"
      height="15.0"
      bold="true"
      italic="false"
      word_spacing="0.5"
      justification="centre"
      baseline="horizontal"
   />

   <transform
      dx="10.0"
      dy="5.0"
      rotation="0.0"
      scale="1.0"
   />

   <thread
      brand="Madeira"
      code="1178"
      description="Royal Blue"
   />

</lettering>



  1. EWA design recipe
  2. EWA API methods overview
  3. EWA data packages overview


    • Related Articles

    • Creating production-ready embroidery lettering

      When selling decorated garments online, it’s not enough to simply let customers type in text and place it on a shirt. Unlike printing, embroidery requires fabric-specific settings to produce good stitch quality. The same lettering will need different ...
    • Reducing the number of trims for lettering

      Symptom: You have found that there are too many trims between letters when stitching on your machine. Solution: If the lettering part in the emb file is the lettering object, then you need to adjust Connectors parameter for the lettering object. This ...
    • EWA API capabilities

      Wilcom’s Embroidery Web API (EWA) provides a RESTful interface for integrating advanced embroidery capabilities into web and cloud-based applications. The API exposes functionality for rendering, modifying, and generating embroidery designs using ...
    • Japanese Fonts Bonus - ES

      Download 6 Bonus Japanese Font files for Embroidery Studio Installation instructions: Close the EmbroideryStudio software if opened. Unzip the contents of the zip file to C:\ProgramData\Wilcom\EmbroideryStudio\FONTS Open the EmbroideryStudio software ...
    • Use case: golf club personalized garments

      A golf club wants to let members order embroidered polo shirts and other merchandise, personalized with their own names (or names of family and friends). Step 1: Design preparation in EmbroideryStudio In Wilcom EmbroideryStudio, create a lettering ...