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:
| Параметр | Тип | Описание |
|---|---|---|
| arg0 | java.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:
| Параметр | Тип | Описание |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| Параметр | Тип | Описание |
|---|---|---|
| arg0 | long | |
| arg1 | int |