Is there any way to make text box render only text visible on screen?

So i have text box with pretty large amount of text and with default text box all that text is rendered at all time so is there any way to make it not render entire thing?

If you mean to remove overflow of the text that go outside of it parent widget bounding box, you can use clipping:

1 Like