View Single Post
03-13-11, 02:19 PM   #4
frohanss
A Cyclonian
AddOn Author - Click to view addons
Join Date: Mar 2011
Posts: 40
So i have figured out partly how to handle the font:

Code:
ChatFrame1TabText:SetFont("Fonts\\FRIZQT__.TTF", 16, "THINOUTLINE")
ChatFrame1TabText:SetTextColor(1, 1, 1)
But im totaly stuck on handling the "hover" colors.
Im trying to get chat tab text to be different based on status.
Like:
Selected: Dark Blue
Normal: Blue
Mouse Over: Light Blue

Any pointers to a stuck soul?
  Reply With Quote