View Single Post
  #2  
Unread 05-27-2005, 03:27 PM
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

Just open eq2ui_fonts.xml with Notepad, scroll down, and change the PointSize and Algorithm (Simple or Bold) for each font line, leaving Name alone.

Most of the UI uses FontZapf15, so that's the one you should increase first.

Example: Line 34:

<TextStyle Algorithm="Simple" FontName="Arial" Language="english" Name="FontZapf15" PointSize="14" UseCachedFont="true"/>

Just change that to

<TextStyle Algorithm="Bold" FontName="Arial" Language="english" Name="FontZapf15" PointSize="15" UseCachedFont="true"/>

Check it out in game, and make further adjustments as necessary.
__________________
If it ain't broke, it needs more features!
Reply With Quote