fop 2.2

org.apache.fop.fonts.truetype
Interface TTFTableOutputStream

All Known Implementing Classes:
PSTTFTableOutputStream

public interface TTFTableOutputStream

An interface for writing a TrueType table to an output stream.


Method Summary
 void streamTable(byte[] ttfData, int offset, int size)
          Streams a table from the given byte array.
 

Method Detail

streamTable

void streamTable(byte[] ttfData,
                 int offset,
                 int size)
                 throws java.io.IOException
Streams a table from the given byte array.

Parameters:
ttfData - the source of the table to stream from
offset - the position in the byte array where the table starts
size - the size of the table in bytes
Throws:
java.io.IOException

fop 2.2

Copyright 1999-2017 The Apache Software Foundation. All Rights Reserved.