TtfHmtxTable.LongHorMetric
内容
[
隐藏
]Inheritance: java.lang.Object
public static class TtfHmtxTable.LongHorMetric
表示度量记录。
构造函数
| 构造函数 | 描述 |
|---|---|
| LongHorMetric() |
方法
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:
| 参数 | 类型 | 描述 |
|---|---|---|
| obj1 | LongHorMetric | |
| obj2 | LongHorMetric |
Returns: boolean
equals(Object obj)
public boolean equals(Object obj)
Parameters:
| 参数 | 类型 | 描述 |
|---|---|---|
| obj | java.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:
| 参数 | 类型 | 描述 |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| 参数 | 类型 | 描述 |
|---|---|---|
| arg0 | long | |
| arg1 | int |