Draw text on a canvas

canvas_text(canvas, x, y, text, fill, justify, angle, ...)

Arguments

canvas

a tic_ui 'canvas' element.

x, y

coorindates for text

text

string to display

fill

text colour

justify

one of 'left', 'right', 'center'. Default: left

angle

default: 0

...

other line creation options. See https://www.tcl.tk/man/tcl8.6/TkCmd/canvas.html#M26