View Single Post
11-26-10, 09:52 PM   #1
cerement
A Murloc Raider
 
cerement's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2005
Posts: 9
Mixing font styles?

I'm assuming you can't change font styles in the middle of a FontString (even with escape sequences) without having to chain multiple FontStrings together?

ie. if I wanted to do something like:
"This is regular text and this is italic text and this is more regular text."

then I would have to create something like:
|RegularFontString1| |ItalicFontString1| |RegularFontString2|
and create all the matching SetPoints to tie them all together?

(which basically means using italic and bold inside the ChatFrame is right out?)

Thanks
  Reply With Quote