|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fontbox.cff.CFFParser
public class CFFParser
This class represents a parser for a CFF font.
Constructor Summary | |
---|---|
CFFParser()
|
Method Summary | |
---|---|
java.util.List<CFFFont> |
parse(byte[] bytes)
Parsing CFF Font using a byte array as input. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CFFParser()
Method Detail |
---|
public java.util.List<CFFFont> parse(byte[] bytes) throws java.io.IOException
bytes
- the given byte array
java.io.IOException
- If there is an error reading from the stream
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |