com.itextpdf.text.pdf
Class Pfm2afm
java.lang.Object
com.itextpdf.text.pdf.Pfm2afm
public final class Pfm2afm
- extends Object
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 |
convert
public static void convert(RandomAccessFileOrArray in,
OutputStream out)
throws IOException
- Converts a PFM file into an AFM file.
- Parameters:
in
- the PFM fileout
- the AFM file
- Throws:
IOException
- on error
Copyright © 2011. All Rights Reserved.