Thread Tools Display Modes
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
11-27-10, 12:35 AM   #2
yssaril
A Warpwood Thunder Caller
 
yssaril's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2007
Posts: 96
only one font/style per font string if you want to mix and match you have to create multiple fontstrings and align them
  Reply With Quote

WoWInterface » Developer Discussions » Lua/XML Help » Mixing font styles?

Thread Tools
Display Modes

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