Package com.itextpdf.text.pdf
Class Pfm2afm
- java.lang.Object
-
- com.itextpdf.text.pdf.Pfm2afm
-
public final class Pfm2afm extends java.lang.Object
Converts a PFM file into an AFM file.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
convert(RandomAccessFileOrArray in, java.io.OutputStream out)
Converts a PFM file into an AFM file.
-
-
-
Method Detail
-
convert
public static void convert(RandomAccessFileOrArray in, java.io.OutputStream out) throws java.io.IOException
Converts a PFM file into an AFM file.- Parameters:
in
- the PFM fileout
- the AFM file- Throws:
java.io.IOException
- on error
-
-