API Panel.TextLabel.SetScale

From Flowcode Help
Jump to navigationJump to search
Fc9-comp-macro.png SetScale
Sets the multipliers for the width and height of the label 
Fc9-h32-icon.png - HANDLE TextLabel
The handle to the label to alter 
Fc9-f32-icon.png - FLOAT WidthMul
The multiplier to scale the text by in X 
Fc9-f32-icon.png - FLOAT HeightMul
The multiplier to scale the text by in Y 
Fc9-void-icon.png - NONE Return


Detailed description

Examples