View Single Post
  #2  
Unread 01-02-2005, 04:38 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

All fonts are allowed.

Add the following line to your exp bar file:

Code:
<TextStyle Algorithm="Simple" FontName="FixedSys" Language="english" Name="FixedSys12" PointSize="12" UseCachedFont="true"/>
Just replace the FontName "FixedSys" with the name of the font you want to use. (Courier New, Symbol, whatever.)

Then have your text objects reference the Name of your font ("FixedSys12" in this example) instead of "/Fonts.FontZapf15" or whatever they currently use.
__________________
If it ain't broke, it needs more features!
Reply With Quote