TtfVmtxTable.LongVerMetric

Inheritance: java.lang.Object

public static class TtfVmtxTable.LongVerMetric

Represents vertical metrics record.

Constructors

ConstructorDescription
LongVerMetric()

Methods

MethodDescription
getAdvanceHeight()Gets advance height value.
getTopSideBearing()Gets top side bearing value.
clone()
equals(Object obj)
equals(TtfVmtxTable.LongVerMetric obj1, TtfVmtxTable.LongVerMetric obj2)

LongVerMetric()

public LongVerMetric()

getAdvanceHeight()

public int getAdvanceHeight()

Gets advance height value.

Returns: int - The advance height value.

getTopSideBearing()

public short getTopSideBearing()

Gets top side bearing value.

Returns: short - The top side bearing value.

clone()

public TtfVmtxTable.LongVerMetric clone()

Returns: LongVerMetric

equals(Object obj)

public boolean equals(Object obj)

Parameters:

ParameterTypeDescription
objjava.lang.Object

Returns: boolean

equals(TtfVmtxTable.LongVerMetric obj1, TtfVmtxTable.LongVerMetric obj2)

public static boolean equals(TtfVmtxTable.LongVerMetric obj1, TtfVmtxTable.LongVerMetric obj2)

Parameters:

ParameterTypeDescription
obj1LongVerMetric
obj2LongVerMetric

Returns: boolean