RETCON LIBRARY: DRAW_TEXT WORD WRAP FUNCTION

RPG Maker VX Ace

Modifies the draw_text function to word wrap around a drawn text box

  • McDohl
  • 01/18/2013 09:45 PM
  • 3551 views
Latest version: 1.2

One of the things I simply cannot fathom is why, when referencing a draw_text function, the line of text will shrink rather than go to the next line when the draw_text rect is big enough to do so. There's also the existence of draw_text_ex to try and rectify this.

Both of these are, well, ridiculous.

This script overwrites the default draw_text function so it will wrap text around a draw_text rect when hitting the max width.