Package com.itextpdf.io.font
Class Pfm2afm
java.lang.Object
com.itextpdf.io.font.Pfm2afm
Converts a PFM file into an AFM file.
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
convert
(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 file -
output
- the AFM file - Throws:
-
IOException
- on error
-