LibGui
LibGui copied to clipboard
WText auto-resize
Is your feature request related to a problem? Please describe. WText's height is constant, meaning long text will sometimes get cut off, and short pieces of text get provided too much space.
Describe the solution you'd like WText automatically sets its height depending on text length
Describe alternatives you've considered A method that returns true if text overhangs its boundaries
Additional context Because fonts and text are rendered differently than menus (if I remember correctly) this may not be possible, but I'm always amazed at what people can do.