Is there a way to indent text inside a shape? I would like to just show some text indented by a couple spaces like the following:
line 1
line 2
line 3
But I can't seem to find a way to do that. Below is what I have tried. Only using characters like .. or __ works, but then those characters are visible of course.
rectangle test_indent [
text
text
* text
]
rectangle test_indent_as as "
text
text
* text
* text
* text
<br>text
..text
__text
"