I want to create a sort of text box, path you maybe want to call it, using TikZ, which has the shape of a triangle. I then want the text follows the hypotenuse of the triangle.
/
/ The text follows the
/ the Path of the
/ hypotenuse
/
How do I make this possible, using TikZ? At the moment I'm just defining three nodes and using xshift I align every line with the the hypotenuse.
UPDATE
I had to be a bit more clear about defining the text, but the text should be defined in one instance so \text{The text follows the \\ the path of the \\ hypotenuse}
This just came up with me but the text in the 'textbox' should also have justification. So the image would maybe look more like...
/ |
/ This is some text |
/ this is also | <-- line is justified
/ hypotenuse |
/ |

