Centering text in the middle/wrapping #3080
Unanswered
xpresas
asked this question in
Q&A - General
Replies: 1 comment 1 reply
-
You will need to write code to split strings at an appropriate point and then plot each segment onto the screen. I do not have further example code to do this. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Tbh I havent checked ALL of the examples because some are outdated and theres so much of them I just thought that Im going to write here and I might get help.
The problem Im facing right now is pretty simple. I pull a message from discords api. That message contains a handful of words. I cant seem to find a way to
Basically if it would be possible to provide an example of how would I go about centering a text string while also wrapping it. I would appreciate it.
Beta Was this translation helpful? Give feedback.
All reactions