org.apache.fontbox.ttf
public class IndexToLocationTable extends TTFTable
Version: $Revision: 1.1 $
Field Summary | |
---|---|
static String | TAG
A tag that identifies this table type. |
Method Summary | |
---|---|
long[] | getOffsets() |
void | initData(TrueTypeFont ttf, TTFDataStream data)
This will read the required data from the stream.
|
void | setOffsets(long[] offsetsValue) |
Returns: Returns the offsets.
Parameters: ttf The font that is being read. data The stream to read the data from.
Throws: IOException If there is an error reading the data.
Parameters: offsetsValue The offsets to set.