TtfHmtxTable.LongHorMetric

Inheritance: java.lang.Object

public static class TtfHmtxTable.LongHorMetric

Represents metrics record.

Constructors

ConstructorDescription
LongHorMetric()

Methods

MethodDescription
clone()
equals(TtfHmtxTable.LongHorMetric obj1, TtfHmtxTable.LongHorMetric obj2)
equals(Object obj)
getAdvanceWidth()Gets advance width value.
getClass()
getLeftSideBearing()Gets left side bearing value.
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

LongHorMetric()

public LongHorMetric()

clone()

public TtfHmtxTable.LongHorMetric clone()

Returns: LongHorMetric

equals(TtfHmtxTable.LongHorMetric obj1, TtfHmtxTable.LongHorMetric obj2)

public static boolean equals(TtfHmtxTable.LongHorMetric obj1, TtfHmtxTable.LongHorMetric obj2)

Parameters:

ParameterTypeDescription
obj1LongHorMetric
obj2LongHorMetric

Returns: boolean

equals(Object obj)

public boolean equals(Object obj)

Parameters:

ParameterTypeDescription
objjava.lang.Object

Returns: boolean

getAdvanceWidth()

public int getAdvanceWidth()

Gets advance width value.

Returns: int - Advance width value.

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getLeftSideBearing()

public short getLeftSideBearing()

Gets left side bearing value.

Returns: short - Left side bearing value.

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