View Single Post
  #2  
Unread 11-19-2005, 04:09 PM
dredd2032 dredd2032 is offline
A Young Mystail Rat
 
Join Date: May 2005
Server: Antonia Bayle
Posts: 4
Default

Ahhh, I got it


Its a namespace issue, I can setup my own fonts namespace to use

First copy the "eq2ui.ini" from default to my custom folder. Then add this
line
<include>_DreddStyles.xml</include>


Next made a file "_DreddStyles.xml" in my custom folder with the following

<Namespace Name="Dredd">
<Namespace Name="Fonts">
<TextStyle Algorithm="Simple" FontName="Arial" Language="english" Leading="-2" Name="FontArial12" PointSize="12" UseCachedFont="true"/>
</Namespace>
</Namespace>

Now, I can use in my xml file
Font="/Dredd.Fonts.FontArial12"

And it works just like I want. Last question though, can I do all this in just my custom window xml file? Or do I have to do it through this system?


-Dredd

Last edited by dredd2032 : 11-19-2005 at 05:41 PM.
Reply With Quote