View Single Post
10-20-14, 04:49 PM   #6
SDPhantom
A Pyroguard Emberseer
 
SDPhantom's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2006
Posts: 2,335
I never noticed anything wrong with it, then again, I never used it to adjust the size more than a few pixels. If I were to go with drastic measures, I'd usually go with switching out the FontObject with another bigger variant. In this example, switching out NumberFontNormal with NumberFontNormalHuge increases the size to 30px.
Code:
/run MainMenuBarBackpackButtonCount:SetFontObject(NumberFontNormalHuge);
__________________
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)

Last edited by SDPhantom : 10-20-14 at 04:56 PM.
  Reply With Quote