com.itextpdf.text.pdf
Class Pfm2afm

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

public final 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.
 
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


Copyright © 2013. All Rights Reserved.