CharWrap TextWrapping option is required

TextWrapping property has two options.

NoWrap
Wrap

Wrap means ‘Word Wrap’.
Depending on the language, additional CharWrap is required.
It would be nice if the CharWrap option was added.

file

As in the example news above, CJK mostly uses CharWrap as a basis in the text.

Hey Kim!

Thanks for your suggestion.

On what platform(s) is this a problem? What flags are you using to build? If you’re using -DUSE_HARFBUZZ, note that its text wrapper got an update in the 0.34 release to handle cases like the one you’re describing. On Android and iOS the text elements should handle this correctly as well since we’re using the native controls (without -DUSE_HARFBUZZ).

As soon as I wrote this, I knew this option.
Thanks for the reply.

However, if I want to make the entire local app into a single build, I need to change it at runtime.
In fact, we have created a Trading Card Game on a different platform, which has been a problem.

Thank you.

Hey again, and thanks for your reply.

On what platform(s) is this a problem? What flags are you using to build? What would you like to change at runtime, and why?