Showing results 1 to 1 of 1
Search took 0.00 seconds.
Search: Posts Made By: SDPhantom
Forum: AddOn Search/Requests 10-22-20, 03:56 PM
Replies: 6
Views: 9,443
Posted By SDPhantom
You can change the base font object and it'll...

You can change the base font object and it'll propagate through all fontstrings that inherit from it.

local name,_,style=TextStatusBarText:GetFont();
TextStatusBarText:SetFont(name,14,style);

Note:...
Showing results 1 to 1 of 1