View Single Post
08-11-11, 04:57 PM   #1
Greevir
A Cyclonian
 
Greevir's Avatar
AddOn Compiler - Click to view compilations
Join Date: Apr 2009
Posts: 45
UIErrorsFrame Font Change

Ok, I am a bit frustrated by this and figured I'd ask the UI wizkids here at WOW-I. I am simply looking for a way to change the font in the UIErrorsFrame. I have changed a few other fonts using by using the following method but it doesn't work that way with UIErrorsFrame. Any help?

Code:
ZoneTextString:SetFont("Fonts\\visitor1.ttf", 10, "OUTLINE, MONOCHROME")
SubZoneTextString:SetFont("Fonts\\visitor1.ttf", 10, "OUTLINE, MONOCHROME")
PVPInfoTextString:SetFont("Fonts\\visitor1.ttf", 10, "OUTLINE, MONOCHROME")
  Reply With Quote