org.fontbox.ttf
Class IndexToLocationTable
public class IndexToLocationTable
A table in a true type font.
- Ben Litchfield (ben@benlitchfield.com)
static String | TAG- A tag that identifies this table type.
|
TAG
public static final String TAG
A tag that identifies this table type.
getOffsets
public long[] getOffsets()
initData
public void initData(TrueTypeFont ttf,
TTFDataStream data)
throws IOException This will read the required data from the stream.
- initData in interface TTFTable
ttf - The font that is being read.data - The stream to read the data from.
setOffsets
public void setOffsets(long[] offsetsValue)
offsetsValue - The offsets to set.