public final class Pfm2afm
extends java.lang.Object
| Modifier and Type | Method | 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 © 1998–2018. All rights reserved.