From helpfile:
So okay that looks simple.
Does not work:
this.drawText(text, x, y, width, height, 'center');Does not work:
this.drawText(text, x, y, width, height, 1);Does work:
this.drawText(text, x, y, width, 'center');Can someone explain to me why it only works when leaving out the...