TtfTableRepository

Inheritance: java.lang.Object

public class TtfTableRepository

TTF 表的仓库

方法

方法描述
equals(Object arg0)
getCMapTable()获取 cmap 表。
getCffTable()获取 cff 表。
getClass()
getCvtTable()获取 cvt 表。
getFpgmTable()获取 fpgm 表。
getGaspTable()获取 GASP 表。
getGlyfTable()获取 glyf 表。
getHeadTable()获取 head 表。
getHheaTable()获取 hhea 表。
getHmtxTable()获取 hmtx 表。
getLocaTable()获取 loca 表。
getLtshTable()获取 LTSH 表。
getMaxpTable()获取 maxp 表。
getNameTable()获取 name 表。
getOs2Table()获取 OS/2 表。
getPostTable()获取 post 表。
getPrepTable()获取 prep 表。
getStatTable()获取 STAT 表。
getVheaTable()获取 vhea 表。
getVmtxTable()获取 vmtx 表。
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

getCMapTable()

public TtfCMapTable getCMapTable()

获取 cmap 表。

Returns: TtfCMapTable - Cmap table.

getCffTable()

public TtfCffTable getCffTable()

获取 cff 表。

Returns: TtfCffTable - Cff table.

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getCvtTable()

public TtfCvtTable getCvtTable()

获取 cvt 表。

Returns: TtfCvtTable - Cvt table.

getFpgmTable()

public TtfFpgmTable getFpgmTable()

获取 fpgm 表。

Returns: TtfFpgmTable - Fpgm table.

getGaspTable()

public TtfGaspTable getGaspTable()

获取 GASP 表。

Returns: TtfGaspTable - The GASP table.

getGlyfTable()

public TtfGlyfTable getGlyfTable()

获取 glyf 表。

Returns: TtfGlyfTable - Glyf table.

getHeadTable()

public TtfHeadTable getHeadTable()

获取 head 表。

Returns: TtfHeadTable - Head table.

getHheaTable()

public TtfHheaTable getHheaTable()

获取 hhea 表。

Returns: TtfHheaTable - Hhea table.

getHmtxTable()

public TtfHmtxTable getHmtxTable()

获取 hmtx 表。

Returns: TtfHmtxTable - Hmtx table.

getLocaTable()

public TtfLocaTable getLocaTable()

获取 loca 表。

Returns: TtfLocaTable - Loca table.

getLtshTable()

public TtfLtshTable getLtshTable()

获取 LTSH 表。

Returns: TtfLtshTable - The LTSH table.

getMaxpTable()

public TtfMaxpTable getMaxpTable()

获取 maxp 表。

Returns: TtfMaxpTable - Maxp table.

getNameTable()

public TtfNameTable getNameTable()

获取 name 表。

Returns: TtfNameTable - Name table.

getOs2Table()

public TtfOs2Table getOs2Table()

获取 OS/2 表。

Returns: TtfOs2Table - OS/2 table.

getPostTable()

public TtfPostTable getPostTable()

获取 post 表。

Returns: TtfPostTable - Post table.

getPrepTable()

public TtfPrepTable getPrepTable()

获取 prep 表。

Returns: TtfPrepTable - Prep table.

getStatTable()

public TtfStatTable getStatTable()

获取 STAT 表。

Returns: TtfStatTable - The STAT table.

getVheaTable()

public TtfVheaTable getVheaTable()

获取 vhea 表。

Returns: TtfVheaTable - Vhea table.

getVmtxTable()

public TtfVmtxTable getVmtxTable()

获取 vmtx 表。

Returns: TtfVmtxTable - Vmtx table.

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