Thread Tools Display Modes
11-20-15, 12:18 PM   #1
Mirrikh
A Flamescale Wyrmkin
 
Mirrikh's Avatar
AddOn Compiler - Click to view compilations
Join Date: Sep 2011
Posts: 111
Changing actionbar font

So, I've done the whole "create folder "Fonts", etc etc" and most of the fonts I wanted changed did change, but my actionbar font didn't. (edit) I did a quick google search for this with bartender4 and I found a topic on it on here and tried that out, but it still didn't seem to change it.

Last edited by Mirrikh : 11-20-15 at 12:25 PM.
  Reply With Quote
11-20-15, 12:27 PM   #2
kawe
A Cyclonian
 
kawe's Avatar
Join Date: Sep 2009
Posts: 40
Code:
local font = CreateFont("uglyhotkey")
font:SetFont("Fonts\\ARIALN.ttf", 10, "OUTLINE")
NumberFontNormalSmallGray:SetFontObject(font)
i guess there is a whole list with *Number.. etc which directs to all the ingame nr.fonts

Last edited by kawe : 11-20-15 at 12:28 PM. Reason: wrap
  Reply With Quote
11-20-15, 12:36 PM   #3
Mirrikh
A Flamescale Wyrmkin
 
Mirrikh's Avatar
AddOn Compiler - Click to view compilations
Join Date: Sep 2011
Posts: 111
Alright, I figured out what was doing it. Since I was using rActionButtonStyler, that was stopping everything else from changing the font and I needed to go into that and change it.

Last edited by Mirrikh : 11-20-15 at 12:46 PM.
  Reply With Quote

WoWInterface » Developer Discussions » General Authoring Discussion » Changing actionbar font

Thread Tools
Display Modes

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