org.apache.fontbox.ttf
public class HorizontalMetricsTable extends TTFTable
Version: $Revision: 1.1 $
Field Summary | |
---|---|
static String | TAG
A tag that identifies this table type. |
Method Summary | |
---|---|
int[] | getAdvanceWidth() |
void | initData(TrueTypeFont ttf, TTFDataStream data)
This will read the required data from the stream.
|
void | setAdvanceWidth(int[] advanceWidthValue) |
Returns: Returns the advanceWidth.
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: advanceWidthValue The advanceWidth to set.