Text parameter

This Json example will create stitch data which two lines of text, like shown below.

Json request:


{
  "RequestType": "CreatePNG",
  "Monograms": [
    {
      "Text": [
        "Text 1"
      ],
      "FontFamily": "Arial",
      "FontSizeMM": 10.0,
      "TextStyle": 0,
      "UsedNeedle": 1,
      "XposMM": 0.0,
      "YposMM": 0.0,
      "RadiusMM": 50.0,
      "TextStitchParameter": "Dense"
    },
    {
      "Text": [
        "Text 2"
      ],
      "FontFamily": "Arial Black",
      "FontSizeMM": 10.0,
      "TextStyle": 0,
      "UsedNeedle": 2,
      "XposMM": 0.0,
      "YposMM": 20.0,
      "RadiusMM": 50.0,
      "TextStitchParameter": "Premium"
    }
  ]
}