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

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

1 Like