API:LabelSetFont
From TheWarWiki
Sets the font of a Label.
Usage
LabelSetFont(labelName, font, linespacing)
Arguments
- labelName (string)
- The name of the label of which the font will be changed
- font (string)
- Name of the font
- linespacing (number)
- Defines the linespacing
This function does not return any values.
