Hi,
I have a lot of text I need to display in a UI screen. It really needs formatting nicely with, at the very least, paragraphs. Ideally I’d like to add other features like, changing the font, underlining, bullet points etc. But at the minimum inserting line breaks would do.
Is this possible with the existing system? I tried a number of escape key combination’s and the only one I could get to work was " for inserting qoutes into strings.
Displaying nicely formatted text in a UI seems like the sort of thing one would want to do in a big game so it seems likely someone would already have done it…