TtfVheaTable
Inheritance: java.lang.Object, com.aspose.font.TtfTableBase
public class TtfVheaTable extends TtfTableBase
Represents “hhea” table of the TTF Font file.
Methods
Method | Description |
---|---|
getTag() | Gets table tag. |
getVersion() | Gets Version number of the vertical header table. |
getAscent() | Gets Ascent. |
getDescent() | Gets Descent. |
getLineGap() | Gets LineGap. |
getAdvanceHeightMax() | Gets AdvanceHeightMax. |
getMinTopSideBearing() | Gets MinTopSideBearing. |
getMinBottomSideBearing() | Gets MinBottomSideBearing. |
getYMaxExtent() | Gets yMaxExtent. |
getCaretSlopeRise() | Gets CaretSlopeRise. |
getCaretSlopeRun() | Gets CaretSlopeRun. |
getCaretOffset() | Gets CaretOffset. |
getMetricDataFormat() | Gets MetricDataFormat. |
getNumOfLongVerMetrics() | Gets MetricDataFormat. |
getTag()
public static String getTag()
Gets table tag.
Returns: java.lang.String - The tag.
getVersion()
public Version16Dot16 getVersion()
Gets Version number of the vertical header table.
Returns: Version16Dot16 - The Version number of the vertical header table.
getAscent()
public short getAscent()
Gets Ascent. Distance in FUnits from the centerline to the previous line\u0432\u0402\u2122s descent.
Returns: short - The Ascent.
getDescent()
public short getDescent()
Gets Descent. Distance in FUnits from the centerline to the next line\u0432\u0402\u2122s ascent.
Returns: short - The Descent.
getLineGap()
public short getLineGap()
Gets LineGap. The vertical typographic gap for this font.
Returns: short - The LineGap.
getAdvanceHeightMax()
public short getAdvanceHeightMax()
Gets AdvanceHeightMax. The maximum advance height measurement in FUnits found in the font.
Returns: short - The AdvanceHeightMax.
getMinTopSideBearing()
public short getMinTopSideBearing()
Gets MinTopSideBearing. The minimum top sidebearing measurement found in the font, in FUnits.
Returns: short - The MinTopSideBearing.
getMinBottomSideBearing()
public short getMinBottomSideBearing()
Gets MinBottomSideBearing. The minimum bottom sidebearing measurement found in the font, in FUnits.
Returns: short - The MinBottomSideBearing.
getYMaxExtent()
public short getYMaxExtent()
Gets yMaxExtent.
Returns: short - The yMaxExtent.
getCaretSlopeRise()
public short getCaretSlopeRise()
Gets CaretSlopeRise.
Returns: short - The CaretSlopeRise.
getCaretSlopeRun()
public short getCaretSlopeRun()
Gets CaretSlopeRun.
Returns: short - The CaretSlopeRun.
getCaretOffset()
public short getCaretOffset()
Gets CaretOffset.
Returns: short - The CaretOffset.
getMetricDataFormat()
public short getMetricDataFormat()
Gets MetricDataFormat.
Returns: short - The MetricDataFormat.
getNumOfLongVerMetrics()
public int getNumOfLongVerMetrics()
Gets MetricDataFormat. Number of advance heights in the vertical metrics table.
Returns: int - The MetricDataFormat.