Syntax
FontSize.X_LARGE
Description
Used with the AddLabel() function to increase the default font size by 350%.
Example
AddLabel(yes, "Current symbol: " + GetSymbol(), size = FontSize.X_LARGE);
Displays a label with the name of the current symbol using the extra large font size.