rich text
We want to implement the line wrap operation at the specified position on the text node. For example, the phrase "We started school/n they finished school" appears in two lines.
0
-
No Sure what the full use case might be, but it is possible to just make the layout width as large as you need to and then turn on the word wrap.
Im guessing you want Kanzi to recognize where "/n" is in a string of text and to start a new line based off of this information. This is something that can be done from a plugin you can create yourself.
Aside from that speculation, it may be best to just use two text boxes and have a stacked Layout 2d control the distance.0
Please sign in to leave a comment.
Comments
1 comment