public class Type1CharStringParser extends Object
| Constructor and Description |
|---|
Type1CharStringParser(String fontName,
String glyphName)
Constructs a new Type1CharStringParser object.
|
| Modifier and Type | Method and 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 © 2002–2018 The Apache Software Foundation. All rights reserved.