public class VerticalHeaderTable extends TTFTable
Modifier and Type | Field and Description |
---|---|
private int |
advanceHeightMax |
private short |
ascender |
private short |
caretOffset |
private short |
caretSlopeRise |
private short |
caretSlopeRun |
private short |
descender |
private short |
lineGap |
private short |
metricDataFormat |
private short |
minBottomSideBearing |
private short |
minTopSideBearing |
private int |
numberOfVMetrics |
private short |
reserved1 |
private short |
reserved2 |
private short |
reserved3 |
private short |
reserved4 |
static java.lang.String |
TAG
A tag that identifies this table type.
|
private float |
version |
private short |
yMaxExtent |
font, initialized
Constructor and Description |
---|
VerticalHeaderTable(TrueTypeFont font) |
Modifier and Type | Method and Description |
---|---|
int |
getAdvanceHeightMax() |
short |
getAscender() |
short |
getCaretOffset() |
short |
getCaretSlopeRise() |
short |
getCaretSlopeRun() |
short |
getDescender() |
short |
getLineGap() |
short |
getMetricDataFormat() |
short |
getMinBottomSideBearing() |
short |
getMinTopSideBearing() |
int |
getNumberOfVMetrics() |
short |
getReserved1() |
short |
getReserved2() |
short |
getReserved3() |
short |
getReserved4() |
float |
getVersion() |
short |
getYMaxExtent() |
(package private) void |
read(TrueTypeFont ttf,
TTFDataStream data)
This will read the required data from the stream.
|
getCheckSum, getInitialized, getLength, getOffset, getTag, setCheckSum, setLength, setOffset, setTag
public static final java.lang.String TAG
private float version
private short ascender
private short descender
private short lineGap
private int advanceHeightMax
private short minTopSideBearing
private short minBottomSideBearing
private short yMaxExtent
private short caretSlopeRise
private short caretSlopeRun
private short caretOffset
private short reserved1
private short reserved2
private short reserved3
private short reserved4
private short metricDataFormat
private int numberOfVMetrics
VerticalHeaderTable(TrueTypeFont font)
void read(TrueTypeFont ttf, TTFDataStream data) throws java.io.IOException
public int getAdvanceHeightMax()
public short getAscender()
public short getCaretSlopeRise()
public short getCaretSlopeRun()
public short getCaretOffset()
public short getDescender()
public short getLineGap()
public short getMetricDataFormat()
public short getMinTopSideBearing()
public short getMinBottomSideBearing()
public int getNumberOfVMetrics()
public short getReserved1()
public short getReserved2()
public short getReserved3()
public short getReserved4()
public float getVersion()
public short getYMaxExtent()