TtfHheaTable

Inheritance: java.lang.Object, com.aspose.font.TtfTableBase

public class TtfHheaTable extends TtfTableBase

Represents “hhea” table of the TTF Font file.

Methods

MethodDescription
getTag()Gets table tag.
getNumOfLongHorMetrics()Gets uint16 numOfLongHorMetrics number of advance widths in metrics table.
getAdvanceWidthMax()Gets uFWord advanceWidthMax must be consistent with horizontal metrics.
getMinRightSideBearing()Gets the MinRightSideBearing value.
getMinLeftSideBearing()Gets the MinLeftSideBearing value.
getXMaxExtent()Gets the XMaxExtent value.
getAscent()Gets the ascent.
getDescent()Gets the descent.
getLineGap()Gets the lineGap.
getCaretSlopeRun()Gets caret slop run.
getCaretSlopeRise()Gets caret slop rise.

getTag()

public static String getTag()

Gets table tag.

Returns: java.lang.String - Table tag.

getNumOfLongHorMetrics()

public int getNumOfLongHorMetrics()

Gets uint16 numOfLongHorMetrics number of advance widths in metrics table.

Returns: int - UInt16 numOfLongHorMetrics number of advance widths in metrics table.

getAdvanceWidthMax()

public int getAdvanceWidthMax()

Gets uFWord advanceWidthMax must be consistent with horizontal metrics.

Returns: int - uFWord advanceWidthMax must be consistent with horizontal metrics.

getMinRightSideBearing()

public short getMinRightSideBearing()

Gets the MinRightSideBearing value.

Returns: short - The MinRightSideBearing value.

getMinLeftSideBearing()

public short getMinLeftSideBearing()

Gets the MinLeftSideBearing value.

Returns: short - The MinLeftSideBearing value.

getXMaxExtent()

public short getXMaxExtent()

Gets the XMaxExtent value.

Returns: short - The XMaxExtent value.

getAscent()

public short getAscent()

Gets the ascent.

Returns: short - The ascent.

getDescent()

public short getDescent()

Gets the descent.

Returns: short - The descent.

getLineGap()

public short getLineGap()

Gets the lineGap.

Returns: short - The lineGap.

getCaretSlopeRun()

public short getCaretSlopeRun()

Gets caret slop run.

Returns: short - The caret slop run.

getCaretSlopeRise()

public short getCaretSlopeRise()

Gets caret slop rise.

Returns: short - The caret slop rise.