org.extex.util.font.texencoding
Class CreateEmptyEncoding

java.lang.Object
  extended by org.extex.util.font.AbstractFontUtil
      extended by org.extex.util.font.texencoding.CreateEmptyEncoding

public class CreateEmptyEncoding
extends AbstractFontUtil

Create a empty tex font encoding vector.

Version:
$Revision: 5594 $
Author:
Michael Niedermair

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

CreateEmptyEncoding

public CreateEmptyEncoding()
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()
          throws java.lang.Exception
do it.

Throws:
java.lang.Exception - if an error occurs.