
create
update
delete
{
"type": "text",
"x": 2059, // default: 0
"y": 442, // default: 0
"width": 90, // default: 100
// number of degrees clockwise
"rotation": 0.0, // default: 0
// only for reading
"scale": 1.714,
"style": {
// supports short hex code color format
"backgroundColor": "#e6e6e6", // default: "#ffffff"
// allowed values: 0.0, 0.25, 0.5, 0.75, 1.0
"backgroundOpacity": 1.0, // default: 1.0
"borderColor": "#808080", // Deprecated. Default: "#ffffff"
// allowed values: 0.0, 0.25, 0.5, 0.75, 1.0
"borderOpacity": 0.6, // Deprecated. Default: 1.0
"borderStyle": "normal", // Deprecated. Default: normal
// allowed values: 2.0, 4.0, 8.0, 16.0, 24.0
"borderWidth": 4.0, // Deprecated. Default: 2.0
// allowed values:
// "Arial", "Abril Fatface", "Bangers", "EB Garamond", "Georgia", "Graduate",
// "Gravitas One", "Fredoka One", "Nixie One", "OpenSans", "Permanent Marker",
// "PT Sans", "PT Sans Narrow", "PT Serif", "Rammetto One", "Roboto",
// "Roboto Condensed", "Roboto Slab", "Caveat", "Times New Roman", "Titan One",
// "Lemon Tuesday", "Roboto Mono", "Noto Sans", "IBM Plex Sans", "IBM Plex Serif",
// "IBM Plex Mono"
"fontFamily": "OpenSans", // default: "OpenSans"
// allowed values between 10 to 999 inclusive
"fontSize": 24, // default: 14
// allowed values: "center", "right", "left"
"textAlign": "center", // default: "center"
"textColor": "#1a1a1a", // default: "#1a1a1a"
// allowed values: 0, 8
"padding": 0 // Deprecated. Default: 0
},
"text": "<p>Text</p><p><strong>Bold</strong></p><p><i>Italic</i></p><p><u>Underline</u></p>"
}