Thread Tools Display Modes
Prev Previous Post   Next Post Next
06-07-10, 05:23 PM   #1
Pseudopod
A Deviate Faerie Dragon
Join Date: Apr 2008
Posts: 16
Question Make the font size smaller (oChat)

I'm basically using oChat though I've modified it with bits and pieces I've tried to find from other similar [alphabet]Chat "lightweight chat mods".

I tried to add

Code:
  for i = 1, NUM_CHAT_WINDOWS do
    local cf = _G["ChatFrame" .. i];
    
cf:SetFont("Interface\\AddOns\\SharedMedia_MyMedia\\font\\pf_tempesta_seven_condensed.ttf", 8, "OUTLINE");
which works for changing the font and adding the outline BUT it won't resize the font no matter what I choose for the size. I can't even make it bigger. It just sticks with what I've chosen from the blizzard's own chat font size selector.

What can be done to fix this?
  Reply With Quote
 

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » Make the font size smaller (oChat)


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off