Package org.docx4j.fonts.fop.fonts.type1
Class PFBParser
java.lang.Object
org.docx4j.fonts.fop.fonts.type1.PFBParser
public class PFBParser
extends java.lang.Object
This class represents a parser for Adobe Type 1 PFB files.
- See Also:
PFBData
-
Constructor Summary
Constructors Constructor Description PFBParser() -
Method Summary
-
Constructor Details
-
PFBParser
public PFBParser()
-
-
Method Details
-
parsePFB
Parses a PFB file into a PFBData object.- Parameters:
url- URL to load the PFB file from- Returns:
- PFBData memory representation of the font
- Throws:
java.io.IOException- In case of an I/O problem
-
parsePFB
Parses a PFB file into a PFBData object.- Parameters:
pfbFile- File to load the PFB file from- Returns:
- PFBData memory representation of the font
- Throws:
java.io.IOException- In case of an I/O problem
-
parsePFB
Parses a PFB file into a PFBData object.- Parameters:
in- InputStream to load the PFB file from- Returns:
- PFBData memory representation of the font
- Throws:
java.io.IOException- In case of an I/O problem
-