public class Type1CharStringParser extends Object
Constructor | Description |
---|---|
Type1CharStringParser(String fontName,
String glyphName) |
Constructs a new Type1CharStringParser object.
|
Modifier and Type | Method | Description |
---|---|---|
List<Object> |
parse(byte[] bytes,
List<byte[]> subrs) |
The given byte array will be parsed and converted to a Type1 sequence.
|
public List<Object> parse(byte[] bytes, List<byte[]> subrs) throws IOException
bytes
- the given mapping as byte arraysubrs
- list of local subroutinesIOException
- if an error occurs during readingCopyright © 2008–2018. All rights reserved.