But of course, I'll try: let's say I have an empty text-field made of a RichTextLabel (gray). The user then enters a couple of numbers, a comma and some more numbers. What I'd like to achieve is three things:
1. the numbers are aligned to the right of the box
2. spacing of the thousands' position is a little farther from the hundreds' than usual (but not an empty space!)
3. the numbers after the comma should be a little smaller and positioned higher in the line
Which could look somewhat like this:
https://we.tl/t-02POeS3Vkg
Telling the Label that the current input is a thousands' position or an after-comma one is a challenge of its own, but I believe I could manage that. I have, however, no idea, how I can BbCode these parts accordingly, so that they „automatically“ do it when these positions are entered. Any thought is much appreciated!