FunctionsDrawTextDrawText CallableDrawText(Text: string, X: number, Y: number, Color: string, BackColor?: string): voidDraws a text element on the canvasParametersText: stringText to drawX: numberPosition of the text on the X axisY: numberPosition of the text on the Y axisColor: stringColor of the textoptionalBackColor: stringColor of the backgroundReturns voidNothing
Draws a text element on the canvas