Package org.apache.fontbox.cff
Class Type2CharStringParser
java.lang.Object
org.apache.fontbox.cff.Type2CharStringParser
This class represents a converter for a mapping into a Type2-sequence.
- Version:
- $Revision: 1.0 $
- Author:
- Villu Ruusmann
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Type2CharStringParser
public Type2CharStringParser()
-
-
Method Details
-
parse
public List<Object> parse(byte[] bytes, IndexData globalSubrIndex, IndexData localSubrIndex) throws IOException The given byte array will be parsed and converted to a Type2 sequence.- Parameters:
bytes
- the given mapping as byte arrayglobalSubrIndex
- index containing all global subroutineslocalSubrIndex
- index containing all local subroutines- Returns:
- the Type2 sequence
- Throws:
IOException
- if an error occurs during reading
-