Line wraps for text

Good day!
For now I working with dialog system and I want dialogues to have a lot of text.
But I can’t find property to set automatically line wraps. Is this option exists in CGE?
Or I can add some LCL component?
Thanks :relieved:

I believe TCastleLabel.MaxWidth Castle Game Engine: CastleControls: Class TCastleLabel is what you are looking for. It will make the text automatically wrap by-word if the line length exceeds this value.

1 Like

This is what I need, thanks!