Thread: Roth UI
View Single Post
10-02-12, 05:36 AM   #6
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2008
Posts: 1,740
Roth UI in Korea


By looking at the image I need to remind myself to replace the fonts with the STANDARD_TEXT_FONT variable. That way it should use the correct font in any region.

Lua Code:
  1. <!-- This Fonts.xml is loaded before FontStyles.xml Set up Font objects to be localized in Fonts.xml not FontStyles.xml -->
  2.     <Script>
  3.         STANDARD_TEXT_FONT = "Fonts\\FRIZQT__.TTF";
  4.         UNIT_NAME_FONT = "Fonts\\FRIZQT__.TTF";
  5.         DAMAGE_TEXT_FONT = "Fonts\\FRIZQT__.TTF";
  6.         NAMEPLATE_FONT = "Fonts\\FRIZQT__.TTF";
  7.     </Script>

Foreign languages will not use Frizqt__.tff they will probably use sth else able to express those language specific characters.

Question:
Anyone has the FrameXML/Fonts.xml for the korean/chinese/brazil/russian servers?

US+EU
http://wowprogramming.com/utils/xmlb...eXML/Fonts.xml
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)

Last edited by zork : 10-02-12 at 05:44 AM.
  Reply With Quote