public final class Pfm2afm
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static void |
convert(RandomAccessFileOrArray in,
java.io.OutputStream out)
Converts a PFM file into an AFM file.
|
public static void convert(RandomAccessFileOrArray in, java.io.OutputStream out) throws java.io.IOException
in
- the PFM fileout
- the AFM filejava.io.IOException
- on errorCopyright © 2013. All Rights Reserved.