org.apache.fontbox.ttf
public class TTFTable extends Object
Version: $Revision: 1.1 $
Method Summary | |
---|---|
long | getCheckSum() |
long | getLength() |
long | getOffset() |
String | getTag() |
void | initData(TrueTypeFont ttf, TTFDataStream data)
This will read the required data from the stream.
|
void | setCheckSum(long checkSumValue) |
void | setLength(long lengthValue) |
void | setOffset(long offsetValue) |
void | setTag(String tagValue) |
Returns: Returns the checkSum.
Returns: Returns the length.
Returns: Returns the offset.
Returns: Returns the tag.
Parameters: ttf The font that is being read. data The stream to read the data from.
Throws: IOException If there is an error reading the data.
Parameters: checkSumValue The checkSum to set.
Parameters: lengthValue The length to set.
Parameters: offsetValue The offset to set.
Parameters: tagValue The tag to set.