View Single Post
  #7  
Unread 01-30-2005, 04:51 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

Quote:
Originally Posted by Kylaia
Wondering if there's any way to change the only the font used in the chat windows. I recently had eye surgery & the regular Arial font is a bit thin now for legibility on the fly & I'd like to try some bolder windows fonts in the chat boxes to see if that helps as my eyes recover fully. I looked at the font UI xml file and guess that if I change where it says Arial to something else I have on my system that should work, but want to make sure there's nothing else I need to do, as I ONLY want to alter the fonts used in the chat boxes & don't want to mess anything else up. Any advice appreciated.
The third and fourth lines of eq2ui_fonts.xml are thus:

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


To change only the chat window fonts, change only those two lines.
__________________
If it ain't broke, it needs more features!
Reply With Quote