Widget API: Button:GetNormalFontObject
Jump to navigation
Jump to search
← Widget API ← Button < GetNormalFontObject
Returns the normal font object that the button is using.
font = Button:GetNormalFontObject();
Returns[edit]
- font = "GameFontNormalSmall" which could then be modified with font:SetTextColor etc and then put back into the button.