org.extex.util.font.afm
Class Afm2Mtx

java.lang.Object
  extended by org.extex.util.font.AbstractFontUtil
      extended by org.extex.util.font.afm.Afm2Mtx

public class Afm2Mtx
extends AbstractFontUtil

Create mtx files (fontinst) from a afm file.

Version:
$Revision: 5836 $
Author:
Michael Niedermair

Constructor Summary
Afm2Mtx()
          Creates a new object.
 
Method Summary
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

Afm2Mtx

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