How to make text align in a slope manner

Godot Version:
4.2.2.stable

Question:
I have a Label node with some texts, I want the texts be arranged with some slope, just like the effect in below picture:
slope

I looked into the richtext feature but seems it is not feasible with it. Maybe I should use node of different type? Can anyone tell me how to achieve this please?

You can make it a child of a 2DNode and then use the skew-property together with the rotation-property of the 2dNode

Thanks! It is achieved really easily with skew

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.