public class IndexToLocationTable extends TTFTable
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
TAG
A tag that identifies this table type.
|
font, initialized| Modifier and Type | Method and Description |
|---|---|
long[] |
getOffsets() |
void |
read(TrueTypeFont ttf,
org.apache.fontbox.ttf.TTFDataStream data)
This will read the required data from the stream.
|
void |
setOffsets(long[] offsetsValue) |
getCheckSum, getInitialized, getLength, getOffset, getTagpublic static final java.lang.String TAG
public void read(TrueTypeFont ttf, org.apache.fontbox.ttf.TTFDataStream data) throws java.io.IOException
ttf - The font that is being read.data - The stream to read the data from.java.io.IOException - If there is an error reading the data.public long[] getOffsets()
public void setOffsets(long[] offsetsValue)
offsetsValue - The offsets to set.