Tab Space in GoText

Hello,
Is it possible to insert a tab space in a GoText like:
Text: A lot of stuff.
Text2: New stuff.
So that “A” and “New” are directly under each other.
This does not go unfortunately:
GoText someText = new GoText();
someText.Text = “Text:\tA lot of stuff.\nText2:\tNew stuff.”
Thanks for your answers.

No, such spacing is very font dependent.
Could you use two multiline GoText objects? It might be convenient to group them together using a horizontally-oriented GoListGroup.