Thread Tools Display Modes
02-24-11, 10:57 PM   #1
Vicctus
A Murloc Raider
 
Vicctus's Avatar
Join Date: Jul 2010
Posts: 7
Change Hot Key Text?

Salutations!

I'm looking for a way to change the text, or at least the attributes of, the hot key numbers/letters. I use bartender and am in no way lua capable. There was an addon I used awhile back that changed all the fonts in the interface, including hot keys which were connected to a category of text/font, but I only want to make the hot keys more readable, not change all thew fonts up.

I looked at the CleanHotKey addon, which changes the text from monochrome to outlined, which may help but I'd like to also change the font and size...I have a hard time seeing them...my lady says it's because I'm old but I say it's because I'm playing on a giant 13" macbook pro.

Thanks in advance for any help!
  Reply With Quote
02-24-11, 11:06 PM   #2
Rosoaa
A Flamescale Wyrmkin
 
Rosoaa's Avatar
AddOn Compiler - Click to view compilations
Join Date: Mar 2007
Posts: 107
I'd like to know how to change this as well. Also, how to change the font of the action bar stack size. Like how many healing potions you have.

Edit: I'm looking at the CleanHotKey .lua and you can change the font and size.

Change this line: NumberFontNormalSmall:SetFont( Path, Height, 'OUTLINE' );
__________________
Rosoaa's UI

Last edited by Rosoaa : 02-24-11 at 11:20 PM.
  Reply With Quote
02-25-11, 09:21 AM   #3
nin
A Cobalt Mageweaver
AddOn Author - Click to view addons
Join Date: Dec 2008
Posts: 213
With bartender try add this in actionbuttons.lua

Code:
button.macroName:SetFont("fontpath", SIZE, "OUTLINE")
button.hotkey:SetFont("fontpath", SIZE, "OUTLINE")
button.count:SetFont("fontpath", SIZE, "OUTLINE")
if u want custom colors.

Code:
button.hotkey:SetVertexColor(r,g,b,1)
button.macroName:SetVertexColor(r,g,b,1)
button.count:SetVertexColor(r,g,b,1)
I don't use bartender myself but i think this works.

-_-V
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Search/Requests » Change Hot Key Text?


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