ImGui - Length limitation with Text widgets

Hello!

Currently working with Text widgets in ImGui.

It looks like there’s a length limitation.
I tried different texts, but I couldn’t find a specific length, as it varies each time. But often, it is around 2600 characters without spacing.

An easy way to reproduce this is to open the ImGui HowTo-Text in the Help Browser, and to connect a long text to the widgets. It is easier to check with Text (Multiline) or Text (Wrapped).

I won’t paste a long text here, but you can generate one using this website. In my tests, I was using 1000 words in 1 paragraph.

Is there any way to bypass this limitation?
Thanks!

Thanks. This will be fixed for upcoming previews.

1 Like

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.