TtfHmtxTable.LongHorMetric

Inheritance: java.lang.Object

public static class TtfHmtxTable.LongHorMetric

表示度量记录。

构造函数

构造函数描述
LongHorMetric()

方法

方法描述
clone()
equals(TtfHmtxTable.LongHorMetric obj1, TtfHmtxTable.LongHorMetric obj2)
equals(Object obj)
getAdvanceWidth()获取前进宽度值。
getClass()
getLeftSideBearing()获取左侧留白值。
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:

参数类型描述
obj1LongHorMetric
obj2LongHorMetric

Returns: boolean

equals(Object obj)

public boolean equals(Object obj)

Parameters:

参数类型描述
objjava.lang.Object

Returns: boolean

getAdvanceWidth()

public int getAdvanceWidth()

获取前进宽度值。

Returns: int - 前进宽度值。

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getLeftSideBearing()

public short getLeftSideBearing()

获取左侧留白值。

Returns: short - 左侧间距值。

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:

参数类型描述
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

参数类型描述
arg0long
arg1int