Package com.lowagie.text.pdf
Class Pfm2afm
java.lang.Object
com.lowagie.text.pdf.Pfm2afm
Converts a PFM file into an AFM file.
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidconvert(RandomAccessFileOrArray in, OutputStream out) Converts a PFM file into an AFM file.static void
-
Method Details
-
convert
Converts a PFM file into an AFM file.- Parameters:
in- the PFM fileout- the AFM file- Throws:
IOException- on error
-
main
-