Larger radio buttons, and text button font

Is there a way to make the radio buttons larger?
Can we increate the font size of a text button?

You can write a custom look and feel to draw things however you like… Or if you’re just trying to scale-up your entire UI, you could just use Component::setTransform to apply a scaling factor to a component as a whole.