View Single Post
03-27-13, 09:46 AM   #13
Resike
A Pyroguard Emberseer
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 1,290
Originally Posted by TSquared View Post
If you are not "mixing" regions in one string (ie: Chinese & Russian) you can create a fall-back system similar to what WoW does with Chat. Look in FontStyleOverrides.xml for examples.

The key parts are:
"alternateTo" to point to the base font to override.
"alternateAlphabetID" which is the alphabet that triggers it (0=Korean, 1=Chinese, 3=Russian; aka: Hangeul,
Hanzi, Cyrillic)
I see, but how do i trigger the change? Like when i select a different language from the dropdown menu?
Just simply change the alternateAlphabetID?
Alsi it's 0-1-2 and how do i change back to the normal latin font?

Last edited by Resike : 03-27-13 at 09:50 AM.
  Reply With Quote