Skip to main content
1-Visitor
August 23, 2017
Question

Multiple lines in 3D Label

  • August 23, 2017
  • 1 reply
  • 2669 views

Hi,

Is there any chance to write multiple lines in 3D label as below,

Regards,

Thadeus.D

1 reply

1-Visitor
August 30, 2017

Hi, Is there update?

Regards,

Thadeus.D

10-Marble
September 10, 2024

Not implemented after 7 years... I also need this for our customer.

18-Opal
September 16, 2024

It would definitely be nice if there were a widget for this. But until then, there are a few ways you can approach this problem:

 

1) easiest, if the text is static, is to just use one 3D Label for each line of text

2) if the text is not static, you could use some Javascript code to take a string, work out the line breaks, and assign each line to its own 3D Label widget

3) You can also use Javascript to dynamically generate an SVG graphic (which is just XML under the hood) and assign it to a 3D Image widget