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.
|
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.
|
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.
|
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.
Copyright © 2021 Aspose. All Rights Reserved.