public class TtfTableRepository extends Object
repository of TTF tables
| Modifier and Type | Method and Description |
|---|---|
TtfCffTable |
getCffTable()
Gets cff table.
|
TtfCMapTable |
getCMapTable()
Gets cmap table.
|
TtfCvtTable |
getCvtTable()
Gets cvt table.
|
TtfFpgmTable |
getFpgmTable()
Gets fpgm table.
|
TtfGaspTable |
getGaspTable()
Gets the GASP table.
|
TtfGlyfTable |
getGlyfTable()
Gets glyf table.
|
TtfHeadTable |
getHeadTable()
Gets head table.
|
TtfHheaTable |
getHheaTable()
Gets hhea table.
|
TtfHmtxTable |
getHmtxTable()
Gets hmtx table.
|
TtfLocaTable |
getLocaTable()
Gets loca table.
|
TtfLtshTable |
getLtshTable()
Gets the LTSH table.
|
TtfMaxpTable |
getMaxpTable()
Gets maxp table.
|
TtfNameTable |
getNameTable()
Gets name table.
|
TtfOs2Table |
getOs2Table()
Gets OS/2 table.
|
TtfPostTable |
getPostTable()
Gets post table.
|
TtfPrepTable |
getPrepTable()
Gets prep table.
|
TtfStatTable |
getStatTable()
Gets the STAT table.
|
TtfVheaTable |
getVheaTable()
Gets vhea table.
|
TtfVmtxTable |
getVmtxTable()
Gets vmtx table.
|
public TtfHeadTable getHeadTable()
Gets head table.
public TtfNameTable getNameTable()
Gets name table.
public TtfMaxpTable getMaxpTable()
Gets maxp table.
public TtfLocaTable getLocaTable()
Gets loca table.
public TtfGlyfTable getGlyfTable()
Gets glyf table.
public TtfCMapTable getCMapTable()
Gets cmap table.
public TtfHheaTable getHheaTable()
Gets hhea table.
public TtfHmtxTable getHmtxTable()
Gets hmtx table.
public TtfPostTable getPostTable()
Gets post table.
public TtfCffTable getCffTable()
Gets cff table.
public TtfCvtTable getCvtTable()
Gets cvt table.
public TtfFpgmTable getFpgmTable()
Gets fpgm table.
public TtfPrepTable getPrepTable()
Gets prep table.
public TtfOs2Table getOs2Table()
Gets OS/2 table.
public TtfVheaTable getVheaTable()
Gets vhea table.
public TtfVmtxTable getVmtxTable()
Gets vmtx table.
public TtfLtshTable getLtshTable()
Gets the LTSH table.
public TtfGaspTable getGaspTable()
Gets the GASP table.
public TtfStatTable getStatTable()
Gets the STAT table.
Copyright © 2025 Aspose. All Rights Reserved.