Thread Tools Display Modes
10-21-10, 05:04 PM   #1
Ither
A Firelord
 
Ither's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2009
Posts: 497
Recount -- help

Ok this is driving me bonkers.

Does anyone know how I can set the font height for the recount bars (the one that has the players name and their dps, heals, or whatnot)?

The only way to size the font is to size the height of the bar themselves, which doesn't work for me when I need them at 14. This makes the font huge as hell, I need to control the font height itself.

Ive been going through the Lua files and I can't find it.
__________________
  Reply With Quote
10-21-10, 05:18 PM   #2
Ither
A Firelord
 
Ither's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2009
Posts: 497
Nevermind, I found it!

Fonts.lua

Line 36-39

Code:
	for _, v in pairs(FontStrings) do
		_, Height, Flags = v:GetFont()
		v:SetFont(FontFile, 10, Flags)
	end
__________________
  Reply With Quote

WoWInterface » Developer Discussions » Lua/XML Help » Recount -- help


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off