com.lowagie.text.pdf
Class Pfm2afm

java.lang.Object
  extended by com.lowagie.text.pdf.Pfm2afm

public class Pfm2afm
extends Object

Converts a PFM file into an AFM file.


Method Summary
static void convert(RandomAccessFileOrArray in, OutputStream out)
          Converts a PFM file into an AFM file.
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

convert

public static void convert(RandomAccessFileOrArray in,
                           OutputStream out)
                    throws IOException
Converts a PFM file into an AFM file.

Parameters:
in - the PFM file
out - the AFM file
Throws:
IOException - on error

main

public static void main(String[] args)


Copyright © 2006-2007 EGIZ - E-Government Innovationszentrum. All Rights Reserved.