TtfLtshTable
Inheritance: java.lang.Object, com.aspose.font.TtfTableBase
public class TtfLtshTable extends TtfTableBase
Rappresenta la tabella Linear Threshold del file di font TTF.
Metodi
| Metodo | Descrizione |
|---|---|
| equals(Object arg0) | |
| getClass() | |
| getNumGlyphs() | Ottiene il numero di glifi (da “numGlyphs” nella tabella ‘maxp’). |
| getOffset() | Ottiene l’offset dall’inizio di sfnt. |
| getTag() | Ottiene il tag della tabella. |
| getTtfTables() | Riferimento al repository della tabella TTF. |
| getVersion() | Ottiene la versione della tabella. |
| getYPel(int glyphNum) | Restituisce l’altezza verticale del pel per il glifo/zero se il numero del glifo è errato. |
| hashCode() | |
| notify() | |
| notifyAll() | |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| Parametro | Tipo | Descrizione |
|---|---|---|
| arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getNumGlyphs()
public int getNumGlyphs()
Ottiene il numero di glifi (da “numGlyphs” nella tabella ‘maxp’).
Returns: int - Il numero di glifi (da “numGlyphs” nella tabella ‘maxp’).
getOffset()
public long getOffset()
Ottiene l’offset dall’inizio di sfnt.
Returns: long - Offset dall’inizio di sfnt.
getTag()
public static String getTag()
Ottiene il tag della tabella.
Returns: java.lang.String - L’etichetta della tabella.
getTtfTables()
public TtfTableRepository getTtfTables()
Riferimento al repository della tabella TTF.
Returns: TtfTableRepository - Reference to TTF table repository.
getVersion()
public int getVersion()
Ottiene la versione della tabella.
Returns: int - La versione della tabella.
getYPel(int glyphNum)
public byte getYPel(int glyphNum)
Restituisce l’altezza verticale del pel per il glifo/zero se il numero del glifo è errato.
Parameters:
| Parametro | Tipo | Descrizione |
|---|---|---|
| glyphNum | int | Un numero di glifo (indice). |
Returns: byte - L’altezza verticale del pel per il glifo/zero se il numero del glifo è errato.
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:
| Parametro | Tipo | Descrizione |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| Parametro | Tipo | Descrizione |
|---|---|---|
| arg0 | long | |
| arg1 | int |