Class Pfm2afm
java.lang.Object
com.itextpdf.io.font.Pfm2afm
Converts a PFM file into an AFM file.
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidconvert(RandomAccessFileOrArray input, OutputStream output) Converts a PFM file into an AFM file.
-
Method Details
-
convert
Converts a PFM file into an AFM file.- Parameters:
input- the PFM fileoutput- the AFM file- Throws:
IOException- on error
-