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 |
getCaretOffset()
Gets caret's offset.
|
short |
getCaretSlopeRise()
Gets caret slop rise.
|
short |
getCaretSlopeRun()
Gets caret slop run.
|
short |
getDescent()
Gets the descent.
|
short |
getLineGap()
Gets the lineGap.
|
short |
getMetricDataFormat()
Gets format of metrics data.
|
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.
|
float |
getVersion()
Gets version.
|
short |
getXMaxExtent()
Gets the XMaxExtent value.
|
getLength, getOffset, getTtfTablespublic static String getTag()
Gets table tag.
public float getVersion()
Gets version.
public short getMetricDataFormat()
Gets format of metrics data.
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 getCaretOffset()
Gets caret's offset.
public short getCaretSlopeRun()
Gets caret slop run.
public short getCaretSlopeRise()
Gets caret slop rise.
Copyright © 2025 Aspose. All Rights Reserved.