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 |