Package org.apache.fontbox.ttf
Class IndexToLocationTable
java.lang.Object
org.apache.fontbox.ttf.TTFTable
org.apache.fontbox.ttf.IndexToLocationTable
A table in a true type font.
- Author:
- Ben Litchfield
-
Field Summary
FieldsFields inherited from class org.apache.fontbox.ttf.TTFTable
font, initialized
-
Method Summary
Methods inherited from class org.apache.fontbox.ttf.TTFTable
getCheckSum, getInitialized, getLength, getOffset, getTag
-
Field Details
-
TAG
A tag that identifies this table type.- See Also:
-
-
Method Details
-
getOffsets
public long[] getOffsets()- Returns:
- Returns the offsets.
-
setOffsets
public void setOffsets(long[] offsetsValue) - Parameters:
offsetsValue
- The offsets to set.
-