TtfTableRepository

Inheritance: java.lang.Object

public class TtfTableRepository

repository of TTF tables

Methods

MethodDescription
equals(Object arg0)
getCMapTable()Gets cmap table.
getCffTable()Gets cff table.
getClass()
getCvtTable()Gets cvt table.
getFpgmTable()Gets fpgm table.
getGaspTable()Gets the GASP table.
getGlyfTable()Gets glyf table.
getHeadTable()Gets head table.
getHheaTable()Gets hhea table.
getHmtxTable()Gets hmtx table.
getLocaTable()Gets loca table.
getLtshTable()Gets the LTSH table.
getMaxpTable()Gets maxp table.
getNameTable()Gets name table.
getOs2Table()Gets OS/2 table.
getPostTable()Gets post table.
getPrepTable()Gets prep table.
getStatTable()Gets the STAT table.
getVheaTable()Gets vhea table.
getVmtxTable()Gets vmtx table.
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getCMapTable()

public TtfCMapTable getCMapTable()

Gets cmap table.

Returns: TtfCMapTable - Cmap table.

getCffTable()

public TtfCffTable getCffTable()

Gets cff table.

Returns: TtfCffTable - Cff table.

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getCvtTable()

public TtfCvtTable getCvtTable()

Gets cvt table.

Returns: TtfCvtTable - Cvt table.

getFpgmTable()

public TtfFpgmTable getFpgmTable()

Gets fpgm table.

Returns: TtfFpgmTable - Fpgm table.

getGaspTable()

public TtfGaspTable getGaspTable()

Gets the GASP table.

Returns: TtfGaspTable - The GASP table.

getGlyfTable()

public TtfGlyfTable getGlyfTable()

Gets glyf table.

Returns: TtfGlyfTable - Glyf table.

getHeadTable()

public TtfHeadTable getHeadTable()

Gets head table.

Returns: TtfHeadTable - Head table.

getHheaTable()

public TtfHheaTable getHheaTable()

Gets hhea table.

Returns: TtfHheaTable - Hhea table.

getHmtxTable()

public TtfHmtxTable getHmtxTable()

Gets hmtx table.

Returns: TtfHmtxTable - Hmtx table.

getLocaTable()

public TtfLocaTable getLocaTable()

Gets loca table.

Returns: TtfLocaTable - Loca table.

getLtshTable()

public TtfLtshTable getLtshTable()

Gets the LTSH table.

Returns: TtfLtshTable - The LTSH table.

getMaxpTable()

public TtfMaxpTable getMaxpTable()

Gets maxp table.

Returns: TtfMaxpTable - Maxp table.

getNameTable()

public TtfNameTable getNameTable()

Gets name table.

Returns: TtfNameTable - Name table.

getOs2Table()

public TtfOs2Table getOs2Table()

Gets OS/2 table.

Returns: TtfOs2Table - OS/2 table.

getPostTable()

public TtfPostTable getPostTable()

Gets post table.

Returns: TtfPostTable - Post table.

getPrepTable()

public TtfPrepTable getPrepTable()

Gets prep table.

Returns: TtfPrepTable - Prep table.

getStatTable()

public TtfStatTable getStatTable()

Gets the STAT table.

Returns: TtfStatTable - The STAT table.

getVheaTable()

public TtfVheaTable getVheaTable()

Gets vhea table.

Returns: TtfVheaTable - Vhea table.

getVmtxTable()

public TtfVmtxTable getVmtxTable()

Gets vmtx table.

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:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int