org.extex.util.font.xtf
Class Xtf2Xml

java.lang.Object
  extended by org.extex.util.font.AbstractFontUtil
      extended by org.extex.util.font.xtf.Xtf2Xml

public class Xtf2Xml
extends AbstractFontUtil

Convert a xtf font to a xml file.

Version:
$Revision: 5620 $
Author:
Michael Niedermair

Constructor Summary
Xtf2Xml()
          Creates a new object.
 
Method Summary
 void doIt(java.lang.String file)
          do it.
static void main(java.lang.String[] args)
          main.
 
Methods inherited from class org.extex.util.font.AbstractFontUtil
createVersion, getConsoleHandler, getLocalizer, getLogger, getOutdir, removeExtensions, removeExtensions, setOutdir
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Xtf2Xml

public Xtf2Xml()
Creates a new object.

Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
main.

Parameters:
args - The command line.
Throws:
java.lang.Exception - if an error occurred.

doIt

public void doIt(java.lang.String file)
          throws java.lang.Exception
do it.

Parameters:
file - The afm file name.
Throws:
java.lang.Exception - if an error occurs.