public class VerticalHeaderTable extends TTFTable
Modifier and Type | Field and Description |
---|---|
static String |
TAG
A tag that identifies this table type.
|
font, initialized
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() |
getCheckSum, getInitialized, getLength, getOffset, getTag
public static final String TAG
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()
Copyright © 2002–2023 The Apache Software Foundation. All rights reserved.