View Single Post
  #2  
Unread 01-01-2005, 02:01 AM
Deathbane27's Avatar
Deathbane27 Deathbane27 is offline
aka Mook
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Jul 2004
Server: Nektulos
Posts: 1,451
Default

Open eq2ui_proxyactor.xml

Search for "NamePage"

Below that are 4 Text objects controlling name, prefix title, suffix title, and guild.
Immediately above the Text objects, add the following:

Code:
<TextStyle Algorithm="Simple" FontName="(Name Of Your Font Here)" Language="english" Name="MyCustomFont" PointSize="20" UseCachedFont="true"/>
Then change "/Fonts.FontZapf15" (18 for the first one) to "MyCustomFont".
__________________
If it ain't broke, it needs more features!
Reply With Quote