org.extex.util.font.tfm
Class Tfm2Pl

java.lang.Object
  extended by org.extex.util.font.AbstractFontUtil
      extended by org.extex.util.font.tfm.Tfm2Pl

public class Tfm2Pl
extends AbstractFontUtil

Convert a tfm font to a pl file.

Version:
$Revision: 5620 $
Author:
Michael Niedermair

Constructor Summary
Tfm2Pl()
          Creates a new object.
 
Method Summary
 void doIt(java.lang.String tfmfile)
          doIt.
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

Tfm2Pl

public Tfm2Pl()
       throws ConfigurationException
Creates a new object.

Throws:
ConfigurationException - from the configuration system.
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 tfmfile)
          throws java.io.IOException,
                 ConfigurationException
doIt.

Parameters:
tfmfile - The tfm file.
Throws:
java.io.IOException - if a io error occurred.
ConfigurationException - from the configuration system.