361 B
361 B
getFontSize
Returns the current font size
Returns:
numberfont size
Usage:
- Creates a default label, sets the text to "Basalt!" and its font size to 2. Also prints the current fontsize.
local mainFrame = basalt.createFrame()
local aLabel = mainFrame:addLabel():setText("Basalt!"):setFontSize(2)
basalt.debug(aLabel:getFontSize())