public class IndexToLocationTable extends TTFTable
| Modifier and Type | Field | Description |
|---|---|---|
static java.lang.String |
TAG |
A tag that identifies this table type.
|
initialized| Constructor | Description |
|---|---|
IndexToLocationTable() |
| Modifier and Type | Method | Description |
|---|---|---|
long[] |
getOffsets() |
|
void |
initData(TrueTypeFont ttf,
TTFDataStream data) |
This will read the required data from the stream.
|
void |
setOffsets(long[] offsetsValue) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCheckSum, getInitialized, getLength, getOffset, getTag, setCheckSum, setLength, setOffset, setTagpublic static final java.lang.String TAG
public void initData(TrueTypeFont ttf, TTFDataStream data) throws java.io.IOException
public long[] getOffsets()
public void setOffsets(long[] offsetsValue)
offsetsValue - The offsets to set.Copyright © 2008–2018. All rights reserved.