0 votes

Hi.

I was wondering if there is any method in Godot to accomplish something like unity´s textmespro page display of large texts. Like this:
https://www.youtube.com/watch?v=3XkauVYS6o4

Point is, it will need to be dinamic, so if the user changes the font size, the pages will automatically rearrange the content.

Thx.

Belén

in Engine by (53 points)

To quickly answer your question: Yes and no.

Yes, of course you can do something like that, but it will be some work to do, and you should be sure you need it. There would certainly be custom scripts included.

No, for now it would definitely not be as easy as just adding a finished node or something like this.

As a easy version you could use a scrollbar (which is somehow dynamic). But I could understand if that's not what you are looking for.

Hope its more clear now. If you insist on building it yourself and need some inspiration feel free to ask.

Please log in or register to answer this question.

Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.