View Single Post
  #89  
Unread 03-23-2005, 10:41 PM
Zonx's Avatar
Zonx Zonx is offline
A Green Troll
This person is a EQ2Map developer.
Featured
 
Join Date: Dec 2004
Server: Blackburrow
Posts: 2,221
Default

Adding the following 2 lines of code to eq2ui_fonts.xml should solve 90% of the font issues with FetishCombo2.5 and pieces.
Code:
<TextStyle Algorithm="Bold" FontName="Arial" Language="english" Leading="-2" Name="FontZapf14" PointSize="14" UseCachedFont="true"/>
<TextStyle Algorithm="Simple" FontName="Arial" Language="english" Leading="-2" Name="FontZapf12" PointSize="12" UseCachedFont="true"/>
Insert this emediately after the opening <Namespace Name="Fonts"> line.

Reverting to default fonts may cause some text clipping in spots, but this tweak should at least get the invisible stuff to display.

All the new stuff I'll be releasing uses a dedicated name space, so there shouldn't be any future conflicts with SOE style and font files
Reply With Quote