Easy way to Resize Responsive TextBlock

Is there a relatively easy way to have coded Responsive Large TextBlocks.
This works but is troublesome not perfect:

https://www.babylonjs-playground.com/#XCPP9Y#2740

I just figured it out:

https://www.babylonjs-playground.com/#XCPP9Y#2767

This works well, very responsive to vertical resizing but not responsive at all when it comes to horizontal resizing. Is there a fix for that?

Hello!

Why not using size in % in this case?

like: text.height = "10%"

Doesn’t work, % starts cutting into textblock size and letters go missing…

https://www.babylonjs-playground.com/#XCPP9Y#2775

what about font in percentage?
https://www.babylonjs-playground.com/#XCPP9Y#2777