|
fop 1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.render.ps.fonts.PSTTFTableOutputStream
public class PSTTFTableOutputStream
Streams a TrueType table according to the PostScript format.
Constructor Summary | |
---|---|
PSTTFTableOutputStream(PSTTFGenerator ttfGen)
Constructor. |
Method Summary | |
---|---|
void |
streamTable(byte[] ttfData,
int offset,
int size)
Streams a table from the given byte array. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PSTTFTableOutputStream(PSTTFGenerator ttfGen)
ttfGen
- the helper object to stream TrueType dataMethod Detail |
---|
public void streamTable(byte[] ttfData, int offset, int size) throws java.io.IOException
TTFTableOutputStream
streamTable
in interface TTFTableOutputStream
ttfData
- the source of the table to stream fromoffset
- the position in the byte array where the table startssize
- the size of the table in bytes
java.io.IOException
|
fop 1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |