Adding underline/line-through to TextBlock

Hello again :slight_smile: I searched for how use underline / line-through with build in TextBlock, but I didn’t find anything. So I’m asking about it there. Does TextBlock have something like that? Or do I need to add it myself?

Not supported so far but will be worth a pull request for sure :wink:

Okay then I will try to do something like it myself. I will post code there if it will work, however I don’t think it will be good enough for pr :stuck_out_tongue:

1 Like

Don’t underestimate you. We can definitely work together to move it to a good PR state

Okay tested it and I added it to my already modified for per-word formatting TextBlock class.
image
I will soon try to recreate it with normal TextBlock and then pr it into babylon:)

1 Like

You rock!

Let’s see how it will go :slight_smile:

1 Like

You did super fine :slight_smile:

How do you do it?pleas!