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