Syntax
Lua |
---|
function Label:SetFont(value); |
Parameters
- value
-
Type:
number
The desired font.
Remarks
Sets the current font. The font is represented by an ID of a font that is available.
Lua |
---|
function Label:SetFont(value); |