Text Wrap issue #1980
Answered
by
Bodmer
zuhairmst
asked this question in
Q&A - General
Text Wrap issue
#1980
-
For strings larger than one line, using text wrap but the remaining text comes at the beginning of next line instead of coming in the centre. What can we do to put it in the centre? |
Beta Was this translation helpful? Give feedback.
Answered by
Bodmer
Aug 24, 2022
Replies: 1 comment
-
That is expected behaviour. To constrain text to a restricted area of the screen use setViewport or split the string in the sketch and draw each part in the desired position. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Bodmer
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That is expected behaviour.
To constrain text to a restricted area of the screen use setViewport or split the string in the sketch and draw each part in the desired position.