org.fontbox.pfb
Class PfbParser
java.lang.Object
org.fontbox.pfb.PfbParser
public class PfbParser
extends java.lang.Object
Parser for a pfb-file.
PfbParser(InputStream in) - Create a new object.
|
PfbParser(String filename) - Create a new object.
|
PfbParser
public PfbParser(InputStream in)
throws IOException
Create a new object.
PfbParser
public PfbParser(String filename)
throws IOException
Create a new object.
getInputStream
public InputStream getInputStream()
Returns the pfb data as stream.
- Returns the pfb data as stream.
getLengths
public int[] getLengths()
Returns the lengths.
getPfbdata
public byte[] getPfbdata()
Returns the pfbdata.
size
public int size()
Returns the size of the pfb-data.
- Returns the size of the pfb-data.