LARGE

Syntax

FontSize.LARGE

Description

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

Example

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

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