TtfTableRepository
Inheritance: java.lang.Object
public class TtfTableRepository
repository of TTF tables
Methods
Method | Description |
---|---|
getHeadTable() | Gets head table. |
getNameTable() | Gets name table. |
getMaxpTable() | Gets maxp table. |
getLocaTable() | Gets loca table. |
getGlyfTable() | Gets glyf table. |
getCMapTable() | Gets cmap table. |
getHheaTable() | Gets hhea table. |
getHmtxTable() | Gets hmtx table. |
getPostTable() | Gets post table. |
getCffTable() | Gets cff table. |
getCvtTable() | Gets cvt table. |
getFpgmTable() | Gets fpgm table. |
getPrepTable() | Gets prep table. |
getOs2Table() | Gets OS/2 table. |
getVheaTable() | Gets vhea table. |
getVmtxTable() | Gets vmtx table. |
getLtshTable() | Gets the LTSH table. |
getGaspTable() | Gets the GASP table. |
getStatTable() | Gets the STAT table. |
getHeadTable()
public TtfHeadTable getHeadTable()
Gets head table.
Returns: TtfHeadTable - Head table.
getNameTable()
public TtfNameTable getNameTable()
Gets name table.
Returns: TtfNameTable - Name table.
getMaxpTable()
public TtfMaxpTable getMaxpTable()
Gets maxp table.
Returns: TtfMaxpTable - Maxp table.
getLocaTable()
public TtfLocaTable getLocaTable()
Gets loca table.
Returns: TtfLocaTable - Loca table.
getGlyfTable()
public TtfGlyfTable getGlyfTable()
Gets glyf table.
Returns: TtfGlyfTable - Glyf table.
getCMapTable()
public TtfCMapTable getCMapTable()
Gets cmap table.
Returns: TtfCMapTable - Cmap table.
getHheaTable()
public TtfHheaTable getHheaTable()
Gets hhea table.
Returns: TtfHheaTable - Hhea table.
getHmtxTable()
public TtfHmtxTable getHmtxTable()
Gets hmtx table.
Returns: TtfHmtxTable - Hmtx table.
getPostTable()
public TtfPostTable getPostTable()
Gets post table.
Returns: TtfPostTable - Post table.
getCffTable()
public TtfCffTable getCffTable()
Gets cff table.
Returns: TtfCffTable - Cff table.
getCvtTable()
public TtfCvtTable getCvtTable()
Gets cvt table.
Returns: TtfCvtTable - Cvt table.
getFpgmTable()
public TtfFpgmTable getFpgmTable()
Gets fpgm table.
Returns: TtfFpgmTable - Fpgm table.
getPrepTable()
public TtfPrepTable getPrepTable()
Gets prep table.
Returns: TtfPrepTable - Prep table.
getOs2Table()
public TtfOs2Table getOs2Table()
Gets OS/2 table.
Returns: TtfOs2Table - OS/2 table.
getVheaTable()
public TtfVheaTable getVheaTable()
Gets vhea table.
Returns: TtfVheaTable - Vhea table.
getVmtxTable()
public TtfVmtxTable getVmtxTable()
Gets vmtx table.
Returns: TtfVmtxTable - Vmtx table.
getLtshTable()
public TtfLtshTable getLtshTable()
Gets the LTSH table.
Returns: TtfLtshTable - The LTSH table.
getGaspTable()
public TtfGaspTable getGaspTable()
Gets the GASP table.
Returns: TtfGaspTable - The GASP table.
getStatTable()
public TtfStatTable getStatTable()
Gets the STAT table.
Returns: TtfStatTable - The STAT table.