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