Parameters for all requests

Refer to the Documentation page for each specific request and the supported Parameters

Font Characters

Format

/api/FontCharacters/List?[Parameters]

Description

Returns the list of available characters in a font.

Parameters

Example

/api/FontCharacters/List?Font=Block New

Output

{
  "Name": "Block New",
  "Type": "ftEmbroidery",
  "Characters": [
    "ÿ",
    "î",
    "Ý",
    "Ì"
  ]
}