usage: require("graphic")
this library contains various methods for rendering graphics that are not available in the usual display API
methods:
- graphic.textBox(
- display,
- x:number,
- y:number,
- width:number,
- height:number,
- text:string,
- color:number,
- centerX:boolean (default: false),
- centerY:boolean (default: false),
- spacingY:number (default 1),
- autoNewline:boolean (default: true),
- tool (string/utf8) - default if utf8 is enabled on display, it will be used, otherwise string,
- myGuiColorPrefixSupport:boolean|nil - if you activate it, then you will have text color changes working through #rrggbb to escape the character # just put it twice in a row
) - renders text in a box