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.