- Joined
- Oct 11, 2015
- Messages
- 424
- Reaction score
- 171
- First Language
- Dutch
- Primarily Uses
- RMMV
From helpfile:
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 height-parameter? Or did I mess something else up.
Also the helpfile is stupid regarding this part:
So okay that looks simple.drawText ( text , x , y , maxWidth , lineHeight , align )
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 height-parameter? Or did I mess something else up.
Also the helpfile is stupid regarding this part:
Obviously I was expecting the possible values to put in there... Because in Ace we had to use numbers. That explanation was so useless.
- align StringThe alignment of the text
