Thread: GameFontBlack
View Single Post
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