TTFTableOutputStreampublic class PSTTFTableOutputStream extends java.lang.Object implements TTFTableOutputStream
| Constructor | Description |
|---|---|
PSTTFTableOutputStream(PSTTFGenerator ttfGen) |
Constructor.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
streamTable(byte[] ttfData,
int offset,
int size) |
Streams a table from the given byte array.
|
public PSTTFTableOutputStream(PSTTFGenerator ttfGen)
ttfGen - the helper object to stream TrueType datapublic void streamTable(byte[] ttfData,
int offset,
int size)
throws java.io.IOException
TTFTableOutputStreamstreamTable in interface TTFTableOutputStreamttfData - the source of the table to stream fromoffset - the position in the byte array where the table startssize - the size of the table in bytesjava.io.IOExceptionCopyright 1999-2016 The Apache Software Foundation. All Rights Reserved.