View Single Post
  #1  
Unread 03-24-2005, 05:26 AM
deggial deggial is offline
A Young Mystail Rat
 
Join Date: Feb 2005
Server: Antonia Bayle
Posts: 2
Default Solution for input boxes problem

I found how to fix the input boxes (on brokers, etc.) problem if you're using a modified UI that changes the fonts.

You need to copy/paste the following two lines from the default eq2_fonts.xml to your modified eq2_fonts.xml:

<TextStyle Algorithm="Simple" FontName="Arial" Language="english" Name="Font_Input" PointSize="15" UseCachedFont="true"/>
<TextStyle Algorithm="Simple" FontName="Arial" Language="english" Name="Font_Euro_Input" PointSize="15" UseCachedFont="true"/>

Alter PointSize if you want smaller/larger fonts and FontName if you want to change font type.
Reply With Quote