Writes some text starting at the given point.
Notes: If there's too much text to write, it'll simply be left out.
Text will automatically overflow onto the next line down, starting at the given x position on each new line.
New line characters are handled properly.
When text overflows onto the next line, any spaces before the next visible character are removed.
ANSI text is only supported by the overload of this function that takes an AnsiText instead of a char[].
The starting x position.
The starting y position.
The text to write.
this, for function chaining.
See Implementation
Writes some text starting at the given point.
Notes: If there's too much text to write, it'll simply be left out.
Text will automatically overflow onto the next line down, starting at the given x position on each new line.
New line characters are handled properly.
When text overflows onto the next line, any spaces before the next visible character are removed.
ANSI text is only supported by the overload of this function that takes an AnsiText instead of a char[].