Godot Version
Godot 4.2 stable
Question
As the question states I am trying to find a way to combine different font sizes in the same label. I have attached a screenshot on what I want to achieve, which should help a lot to explain.
Right now I am doing so via two different labels and a HBoxContainer. However when loading in different languages the first letter might change, changing the size required etc. This can all be solved, but I was wondering if I am missing a smarter solution here and one can somehow adjust the font size via code for only part of the displayed text - e.g. just the first letter.
Many thanks for any hints!