TtfVheaTable

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

public class TtfVheaTable extends TtfTableBase

Represents “hhea” table of the TTF Font file.

Methods

MethodDescription
equals(Object arg0)
getAdvanceHeightMax()Gets AdvanceHeightMax.
getAscent()Gets Ascent.
getCaretOffset()Gets CaretOffset.
getCaretSlopeRise()Gets CaretSlopeRise.
getCaretSlopeRun()Gets CaretSlopeRun.
getClass()
getDescent()Gets Descent.
getLineGap()Gets LineGap.
getMetricDataFormat()Gets MetricDataFormat.
getMinBottomSideBearing()Gets MinBottomSideBearing.
getMinTopSideBearing()Gets MinTopSideBearing.
getNumOfLongVerMetrics()Gets MetricDataFormat.
getOffset()Gets offset from beginning of sfnt.
getTag()Gets table tag.
getTtfTables()Reference to TTF table repository.
getVersion()Gets Version number of the vertical header table.
getYMaxExtent()Gets _yMaxExtent.
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getAdvanceHeightMax()

public short getAdvanceHeightMax()

Gets AdvanceHeightMax. The maximum advance height measurement in FUnits found in the font.

Returns: short - The AdvanceHeightMax.

getAscent()

public short getAscent()

Gets Ascent. Distance in FUnits from the centerline to the previous line\u2019s _descent.

Returns: short - The Ascent.

getCaretOffset()

public short getCaretOffset()

Gets CaretOffset.

Returns: short - The CaretOffset.

getCaretSlopeRise()

public short getCaretSlopeRise()

Gets CaretSlopeRise.

Returns: short - The CaretSlopeRise.

getCaretSlopeRun()

public short getCaretSlopeRun()

Gets CaretSlopeRun.

Returns: short - The CaretSlopeRun.

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getDescent()

public short getDescent()

Gets Descent. Distance in FUnits from the centerline to the next line\u2019s _ascent.

Returns: short - The Descent.

getLineGap()

public short getLineGap()

Gets LineGap. The vertical typographic gap for this font.

Returns: short - The LineGap.

getMetricDataFormat()

public short getMetricDataFormat()

Gets MetricDataFormat.

Returns: short - The MetricDataFormat.

getMinBottomSideBearing()

public short getMinBottomSideBearing()

Gets MinBottomSideBearing. The minimum bottom sidebearing measurement found in the font, in FUnits.

Returns: short - The MinBottomSideBearing.

getMinTopSideBearing()

public short getMinTopSideBearing()

Gets MinTopSideBearing. The minimum top sidebearing measurement found in the font, in FUnits.

Returns: short - The MinTopSideBearing.

getNumOfLongVerMetrics()

public int getNumOfLongVerMetrics()

Gets MetricDataFormat. Number of advance heights in the vertical metrics table.

Returns: int - The MetricDataFormat.

getOffset()

public long getOffset()

Gets offset from beginning of sfnt.

Returns: long - Offset from beginning of sfnt.

getTag()

public static String getTag()

Gets table tag.

Returns: java.lang.String - The tag.

getTtfTables()

public TtfTableRepository getTtfTables()

Reference to TTF table repository.

Returns: TtfTableRepository - Reference to TTF table repository.

getVersion()

public Version16Dot16 getVersion()

Gets Version number of the vertical header table.

Returns: Version16Dot16 - The Version number of the vertical header table.

getYMaxExtent()

public short getYMaxExtent()

Gets _yMaxExtent.

Returns: short - The _yMaxExtent.

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int