org.extex.util.font.afm
Class AfmListGlyphs

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

public class AfmListGlyphs
extends AbstractFontUtil

List all glyphs of a font.

Version:
$Revision: 5620 $
Author:
Michael Niedermair

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

AfmListGlyphs

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