VERY_LARGE

Syntax

FontSize.VERY_LARGE

Description

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

Example

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

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