LARGER

Syntax

FontSize.LARGER

Description

Used with the AddLabel() function to increase the default font size by 250%.

Example

AddLabel(yes, "Current symbol: " + GetSymbol(), size = FontSize.LARGER);

Displays a label with the name of the current symbol using the larger font size.