public class TtfHheaTable extends TtfTableBase
Represents "hhea" table of the TTF Font file.
Modifier and Type | Method and Description |
---|---|
int |
getAdvanceWidthMax()
Gets uFWord advanceWidthMax must be consistent with horizontal metrics.
|
short |
getAscent()
Gets the ascent.
|
short |
getCaretSlopeRise()
Gets caret slop rise.
|
short |
getCaretSlopeRun()
Gets caret slop run.
|
short |
getDescent()
Gets the descent.
|
short |
getLineGap()
Gets the lineGap.
|
short |
getMinLeftSideBearing()
Gets the MinLeftSideBearing value.
|
short |
getMinRightSideBearing()
Gets the MinRightSideBearing value.
|
int |
getNumOfLongHorMetrics()
Gets uint16 numOfLongHorMetrics number of advance widths in metrics table.
|
static String |
getTag()
Gets table tag.
|
short |
getXMaxExtent()
Gets the XMaxExtent value.
|
getLength, getOffset, getTtfTables
public static String getTag()
Gets table tag.
public int getNumOfLongHorMetrics()
Gets uint16 numOfLongHorMetrics number of advance widths in metrics table.
public int getAdvanceWidthMax()
Gets uFWord advanceWidthMax must be consistent with horizontal metrics.
public short getMinRightSideBearing()
Gets the MinRightSideBearing value.
public short getMinLeftSideBearing()
Gets the MinLeftSideBearing value.
public short getXMaxExtent()
Gets the XMaxExtent value.
public short getAscent()
Gets the ascent.
public short getDescent()
Gets the descent.
public short getLineGap()
Gets the lineGap.
public short getCaretSlopeRun()
Gets caret slop run.
public short getCaretSlopeRise()
Gets caret slop rise.