View Single Post
  #12  
Unread 09-15-2005, 01:41 PM
Hantu's Avatar
Hantu Hantu is offline
An Undead Settler
Interface Author - Click to view interfaces
 
Join Date: Mar 2005
Server: Antonia Bayle
Posts: 92
Default

Place all of these Before the <Namespace Name="Racial"> area

Code for SuperSlim Text
Code:
<TextStyle Algorithm="Simple" FontName="Arial" Language="english" Name="FontArial12" PointSize="12" UseCachedFont="true" />
Code for Slim Text
Code:
<TextStyle Algorithm="Simple" FontName="Arial" Language="english" Name="FontArial13" PointSize="13" UseCachedFont="true" />
Code for Tooltips in LU13
Code:
<TextStyle Algorithm="Simple" FontName="Zapf Calligraphic 801 Bold BT" Language="english" Name="Font_Tooltip" PointSize="15" PrivateFontPath="UI/Fonts/zcal801b.TIF" UseCachedFont="true" />
Reply With Quote