TekNoLogic / GnomishVendorShrinker

WoW Addon - Compact scrolling vendor frame
http://www.tekkub.net/addons
29 stars 20 forks source link

NumberFontNormalSmall looking like crap :( #17

Closed DamonDK closed 14 years ago

DamonDK commented 14 years ago

Hey Tekkub, I love this addon!

My only problem is that the font used for displaying the numbers (gold/tokens/honor) looks pretty pixelated when used at the size this addon does. To remedy this, I changed the font from NumberFontNormalSmall to GameFontNormalSmall and now it looks a lot nicer. Below details my very simple changes.

Line 129 change f.text = f:CreateFontString(nil, nil, "NumberFontNormalSmall") to f.text = f:CreateFontString(nil, nil, "GameFontNormalSmall")

Line 217 change local ItemPrice = row:CreateFontString(nil, nil, "NumberFontNormalSmall") to local ItemPrice = row:CreateFontString(nil, nil, "GameFontNormalSmall")

Hope you'll consider changing it to this or another suitable in-game font.

Thanks in advance, DamonDK

tekkub commented 14 years ago

I thought the default UI was using small but it looks like it isn't.