View Single Post
10-20-14, 02:07 PM   #4
SDPhantom
A Pyroguard Emberseer
 
SDPhantom's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2006
Posts: 2,335
A really simple way is to use fontstring:SetTextHeight().
Code:
/run MainMenuBarBackpackButtonCount:SetTextHeight(18)
Note: As noted in the linked page, small adjustments are fine. You may see distortions in the text if you scale it too big. In this case, Phanx's code will cause the UI to re-render the font with the appropriate base size.
__________________
WoWInterface AddOns
"All I want is a pretty girl, a decent meal, and the right to shoot lightning at fools."
-Anders (Dragon Age: Origins - Awakening)
  Reply With Quote