TtfVmtxTable

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

public class TtfVmtxTable extends TtfTableBase

表示 “vmtx” 表的 TTF 字体文件。

方法

方法描述
equals(Object arg0)
getClass()
getOffset()获取自 sfnt 开始的偏移量。
getTag()获取表标签。
getTopSideBearings()获取顶部侧边距。
getTtfTables()指向 TTF 表仓库的引用。
getVMetrics()获取垂直度量。
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

参数类型描述
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getOffset()

public long getOffset()

获取自 sfnt 开始的偏移量。

Returns: long - 自 sfnt 开始的偏移量。

getTag()

public static String getTag()

获取表标签。

Returns: java.lang.String - 表标签。

getTopSideBearings()

public short[] getTopSideBearings()

获取顶部侧边距。字形的顶部侧边距数组。

Returns: short[] - 顶部侧轴承。

getTtfTables()

public TtfTableRepository getTtfTables()

指向 TTF 表仓库的引用。

Returns: TtfTableRepository - Reference to TTF table repository.

getVMetrics()

public TtfVmtxTable.LongVerMetric[] getVMetrics()

获取垂直度量。

Returns: com.aspose.font.TtfVmtxTable.LongVerMetric[] - 垂直度量。

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