Thread Tools Display Modes
Prev Previous Post   Next Post Next
02-26-11, 10:20 AM   #1
Aftermathhqt
A Molten Giant
 
Aftermathhqt's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2009
Posts: 784
GameFontBlack

Is there any way to change this font? color? :<

i've tryed and not working

Code:
for _, font in pairs({

             _G["GameFontBlack"],

}) do
    font:SetFont('Fonts\\ARIALN.ttf', 14, 'THINOUTLINE')
    font:SetTextColor(1, 1, 1)
end
  Reply With Quote
 

WoWInterface » Developer Discussions » Lua/XML Help » GameFontBlack


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