wow tye thats awesome looking. You can actually "make" your own font, you'll prolly need to crack the xml file open tho:
Paste
<TextStyle Algorithm="Simple" FontName="Small Fonts" Language="english" Name="11smallfont" PointSize="11" UseCachedFont="true"></TextStyle>
in the 2nd line (if text wrapping is turned off)
FontName is basically any well known font. Times new roman, Arial ect.
PointSize is the size of the font.
Name is how you'll tell the game to use the font
the name in this case is "11smallfont" so in your text tag you have Font="11smallfont"
|