Text Variables

A text variable is the simplest form of variable. It can be used with many properties of the canvas, to set some options or to display text.

To use a Text Variable, use the text $myVariable, with the name corresponding to the field defined.

"canvasFields": [
    {"type":"text","text":"$characterType", "fontSize": 22}
]