Dynamically Resize Font


#1

Is there a way to dynamically resize the font of label when a button is pressed?

I tried “Set Size” but this only resets the size of the label field not the text within the field.


#2

You can use the Set Text action with the SET TO : rich text option. The Edit/Enter text dialog gives you the ability to change font, size, color, etc.

If you want to change the size when the button is pressed down, use the Mouse Button Down event, or use the MouseDown Style as an interaction style effect.