public class IndexToLocationTable extends TTFTable
Modifier and Type | Field and Description |
---|---|
private static short |
LONG_OFFSETS |
private long[] |
offsets |
private static short |
SHORT_OFFSETS |
static java.lang.String |
TAG
A tag that identifies this table type.
|
font, initialized
Constructor and Description |
---|
IndexToLocationTable(TrueTypeFont font) |
Modifier and Type | Method and Description |
---|---|
long[] |
getOffsets() |
(package private) void |
read(TrueTypeFont ttf,
TTFDataStream data)
This will read the required data from the stream.
|
void |
setOffsets(long[] offsetsValue) |
getCheckSum, getInitialized, getLength, getOffset, getTag, setCheckSum, setLength, setOffset, setTag
private static final short SHORT_OFFSETS
private static final short LONG_OFFSETS
public static final java.lang.String TAG
private long[] offsets
IndexToLocationTable(TrueTypeFont font)
void read(TrueTypeFont ttf, TTFDataStream data) throws java.io.IOException
public long[] getOffsets()
public void setOffsets(long[] offsetsValue)
offsetsValue
- The offsets to set.