View Single Post
12-23-13, 11:57 AM   #3
ravagernl
Proceritate Corporis
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 1,176
Should be easy to do.

Secure-hook FCF_SetChatWindowFontSize and provide a database where keys are the chatframe IDs, and the values are the font size.

Then, when UPDATE_CHAT_WINDOWS/PLAYER_LOGIN fires, run a "SetFont" on each chatframe.

EDIT: I'm an idiot, I misread OP's question
EDIT2: I know for a fact that you can copy chat-cache.txt and layout-local.txt.
EDIT3: ElvUI sets up chatframes at installation, my unreleased addon Clackity uses a similar approach.

Last edited by ravagernl : 12-23-13 at 12:10 PM.
  Reply With Quote