Package org.apache.fontbox.cff
Class CFFParser
java.lang.Object
org.apache.fontbox.cff.CFFParser
This class represents a parser for a CFF font.
- Version:
- $Revision: 1.0 $
- Author:
- Villu Ruusmann
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CFFParser
public CFFParser()
-
-
Method Details
-
parse
Parsing CFF Font using a byte array as input.- Parameters:
bytes
- the given byte array- Returns:
- the parsed CFF fonts
- Throws:
IOException
- If there is an error reading from the stream
-