Hi,
my goal is to set the 2D Text Node 's size according to the text width and height automatically, just like the right of the attached image.
How to achieve this?
.
Hi,
my goal is to set the 2D Text Node 's size according to the text width and height automatically, just like the right of the attached image.
How to achieve this?
.
Hello Alonezhby,
If you set a VSL task with the line:
my2D.SetSize(my2D.GetTextEndCoords());
the vkText2D should be resized correctly.
Hi,
Thank you.
Seems this method only works on vkText2D and only is useful when the text only has one line.
But the vkNLSText2D does not work.
You must log in to post.