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