Godot Version
4.5.1
Question
I am creating a typing game, and I have been using the Rich Text label with BBCode. The issue is when I change the color of different parts of the text dynamically (current character, untyped, incorrect etc.) the text will shift around left or right when the colors change, especially toward the middle of the text.
I tried manually messing around with the tags, and I found that after about 3 color tags being applied, it usually shifts the text a few pixels.
I also tried using a monospace font, and that didn’t fix the issue.