org.extex.util.font.xtf
Class Xtf2Var

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

public class Xtf2Var
extends AbstractFontUtil

Extract the xtf information's the shell variables.

Version:
$Revision:5594 $
Author:
Michael Niedermair

Constructor Summary
Xtf2Var()
          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

Xtf2Var

public Xtf2Var()
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.