Widget API: Button:GetNormalFontObject

Widget API ← Button < GetNormalFontObject


Returns the normal font object that the button is using.

font = Button:GetNormalFontObject();

ReturnsEdit

font = "GameFontNormalSmall" which could then be modified with font:SetTextColor etc and then put back into the button.

Also SeeEdit