public class CFFParser extends Object
| Constructor and Description |
|---|
CFFParser() |
| Modifier and Type | Method and Description |
|---|---|
List<CFFFont> |
parse(byte[] bytes)
Parsing CFF Font using a byte array as input.
|
public List<CFFFont> parse(byte[] bytes) throws IOException
bytes - the given byte arrayIOException - If there is an error reading from the streamCopyright © 2008–2018 The Apache Software Foundation. All rights reserved.