Thread: GameFontBlack
View Single Post
02-26-11, 03:37 PM   #3
Aftermathhqt
A Molten Giant
 
Aftermathhqt's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2009
Posts: 784
Originally Posted by Duugu View Post
Is this snippet part of something? What is _G["GameFontBlack"]? Are you sure it contains FontString objects?

Does
Code:
for _, font in pairs({

             _G["GameFontBlack"],

}) do
    print(font:GetTextColor(1, 1, 1))
end
prints anything?

You can't recolor black textures. If the fonts textures are black font:SetTextColor(1, 1, 1) won't work. But the fonts path is 'Fonts\\ARIALN.ttf' - which is imho a wow standard font. So this can't be the problem.
It didn't print.. anyways this no i need that to change fontsize + fontflag, else it wont work (I guess)
Attached Thumbnails
Click image for larger version

Name:	WoWScrnShot_022611_223435.jpg
Views:	727
Size:	1.61 MB
ID:	5799  
  Reply With Quote