public class TtfVheaTable extends TtfTableBase
Represents "hhea" table of the TTF Font file.
| Modifier and Type | Method and Description |
|---|---|
short |
getAdvanceHeightMax()
Gets AdvanceHeightMax.
|
short |
getAscent()
Gets Ascent.
|
short |
getCaretOffset()
Gets CaretOffset.
|
short |
getCaretSlopeRise()
Gets CaretSlopeRise.
|
short |
getCaretSlopeRun()
Gets CaretSlopeRun.
|
short |
getDescent()
Gets Descent.
|
short |
getLineGap()
Gets LineGap.
|
short |
getMetricDataFormat()
Gets MetricDataFormat.
|
short |
getMinBottomSideBearing()
Gets MinBottomSideBearing.
|
short |
getMinTopSideBearing()
Gets MinTopSideBearing.
|
int |
getNumOfLongVerMetrics()
Gets MetricDataFormat.
|
static String |
getTag()
Gets table tag.
|
Version16Dot16 |
getVersion()
Gets Version number of the vertical header table.
|
short |
getYMaxExtent()
Gets _yMaxExtent.
|
getLength, getOffset, getTtfTablespublic static String getTag()
Gets table tag.
public Version16Dot16 getVersion()
Gets Version number of the vertical header table.
public short getAscent()
Gets Ascent. Distance in FUnits from the centerline to the previous line’s _descent.
public short getDescent()
Gets Descent. Distance in FUnits from the centerline to the next line’s _ascent.
public short getLineGap()
Gets LineGap. The vertical typographic gap for this font.
public short getAdvanceHeightMax()
Gets AdvanceHeightMax. The maximum advance height measurement in FUnits found in the font.
public short getMinTopSideBearing()
Gets MinTopSideBearing. The minimum top sidebearing measurement found in the font, in FUnits.
public short getMinBottomSideBearing()
Gets MinBottomSideBearing. The minimum bottom sidebearing measurement found in the font, in FUnits.
public short getYMaxExtent()
Gets _yMaxExtent.
public short getCaretSlopeRise()
Gets CaretSlopeRise.
public short getCaretSlopeRun()
Gets CaretSlopeRun.
public short getCaretOffset()
Gets CaretOffset.
public short getMetricDataFormat()
Gets MetricDataFormat.
public int getNumOfLongVerMetrics()
Gets MetricDataFormat. Number of advance heights in the vertical metrics table.
Copyright © 2025 Aspose. All Rights Reserved.