Now, Draw at Desired Size is somewhat computationally intensive. If you update text once, it’s absolutely fine. If you print it letter by letter, it’s also fine since you’ll be doing it to 1 widget at a time, most likely.
If you want to update it every frame (perhaps you’re doing something funky and animated with the text) to many widgets, it will get costly.