Thread Tools Display Modes
01-05-11, 08:53 PM   #1
Syliha
A Flamescale Wyrmkin
 
Syliha's Avatar
AddOn Author - Click to view addons
Join Date: May 2009
Posts: 104
Smaller Chatfont than 10 possible?

Hey everyone,

I think the Threadtitel says it clearly: Is it possible to set the chatfont to less than 10 pt without using another font? Is this further possible without an addon (Makro?)?

Thank you
__________________
Balance is, when everyone is unhappy.
  Reply With Quote
01-13-11, 02:45 PM   #2
sylvanaar
A Warpwood Thunder Caller
AddOn Author - Click to view addons
Join Date: Sep 2006
Posts: 92
You can make it whatever size you want.

This sets chatframe1 to have a font size of 2

/script FCF_SetChatWindowFontSize(nil, ChatFrame1, 2)
  Reply With Quote
01-13-11, 03:35 PM   #3
Sniffles
A Black Drake
 
Sniffles's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2010
Posts: 86
Chat_font_heights = {
[1] = 8,
[2] = 9,
[3] = 10,
[4] = 11,
[5] = 12,
[6] = 13,
[7] = 14,
[8] = 15,
[9] = 16,
[10] = 17,
[11] = 18,
[12] = 19,
[13] = 20,
}
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » Smaller Chatfont than 10 possible?


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