org.apache.fop.fonts.type1
Class PFBParser
java.lang.Objectorg.apache.fop.fonts.type1.PFBParser
public class PFBParser
extends java.lang.Object
This class represents a parser for Adobe Type 1 PFB files.
PFBData | parsePFB(InputStream in)- Parses a PFB file into a PFBData object.
|
PFBData | parsePFB(java.io.File pfbFile)- Parses a PFB file into a PFBData object.
|
PFBData | parsePFB(java.net.URL url)- Parses a PFB file into a PFBData object.
|
parsePFB
public PFBData parsePFB(InputStream in)
throws IOException Parses a PFB file into a PFBData object.
in - InputStream to load the PFB file from
- PFBData memory representation of the font
parsePFB
public PFBData parsePFB(java.io.File pfbFile)
throws IOException Parses a PFB file into a PFBData object.
pfbFile - File to load the PFB file from
- PFBData memory representation of the font
parsePFB
public PFBData parsePFB(java.net.URL url)
throws IOException Parses a PFB file into a PFBData object.
url - URL to load the PFB file from
- PFBData memory representation of the font
Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.