View Single Post
06-06-11, 01:46 AM   #3
Lily.Petal
A Molten Giant
 
Lily.Petal's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2010
Posts: 540
Code:
FontInstance:SetFont("font",size,["flags"])
so

Code:
ChatFrame1:SetFont("Fonts\\FRIZQT__.ttf", 11, "OUTLINE, MONOCHROME")
Believe FRIZQT__.ttf is the normal chat font. Could be wrong.

If you are using an addon for the actual font, your addon should change it even with this code; since font addons normally overwrite them anyway. But the monochrome should stay. I use prat all the time, and never had a problem with aurora with it. Might just be tekticles?

EDIT: I am now A Rage Talon Dragon Guard, RAWR :>
__________________

Aggro Color to KG Panels Borders - Nibelheim
Lua Based UI Hider - Nibelheim
Custom LUA PowerText - Stuf - Nibelheim, Seerah

Last edited by Lily.Petal : 06-06-11 at 01:55 AM.
  Reply With Quote