TtfHheaTable
Inheritance: java.lang.Object, com.aspose.font.TtfTableBase
public class TtfHheaTable extends TtfTableBase
Rappresenta la tabella “hhea” del file di font TTF.
Metodi
| Metodo | Descrizione |
|---|---|
| equals(Object arg0) | |
| getAdvanceWidthMax() | Ottiene uFWord advanceWidthMax deve essere coerente con le metriche orizzontali. |
| getAscent() | Ottiene l’ascesa. |
| getCaretOffset() | Ottiene l’offset del caret. |
| getCaretSlopeRise() | Ottiene caret slop rise. |
| getCaretSlopeRun() | Ottiene caret slop run. |
| getClass() | |
| getDescent() | Ottiene la discesa. |
| getLineGap() | Ottiene il lineGap. |
| getMetricDataFormat() | Ottiene il formato dei dati metrici. |
| getMinLeftSideBearing() | Ottiene il valore MinLeftSideBearing. |
| getMinRightSideBearing() | Ottiene il valore MinRightSideBearing. |
| getNumOfLongHorMetrics() | Ottiene uint16 numOfLongHorMetrics numero di larghezze di avanzamento nella tabella metriche. |
| getOffset() | Ottiene l’offset dall’inizio di sfnt. |
| getTag() | Ottiene l’etichetta della tabella. |
| getTtfTables() | Riferimento al repository della tabella TTF. |
| getVersion() | Ottiene la versione. |
| getXMaxExtent() | Ottiene il valore XMaxExtent. |
| 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
getAdvanceWidthMax()
public int getAdvanceWidthMax()
Ottiene uFWord advanceWidthMax deve essere coerente con le metriche orizzontali.
Returns: int - uFWord advanceWidthMax deve essere coerente con le metriche orizzontali.
getAscent()
public short getAscent()
Ottiene l’ascesa.
Returns: short - L’ascesa.
getCaretOffset()
public short getCaretOffset()
Ottiene l’offset del caret.
Returns: short - L’offset del caret.
getCaretSlopeRise()
public short getCaretSlopeRise()
Ottiene caret slop rise.
Returns: short - Il caret slop rise.
getCaretSlopeRun()
public short getCaretSlopeRun()
Ottiene caret slop run.
Returns: short - Il caret slop run.
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getDescent()
public short getDescent()
Ottiene la discesa.
Returns: short - La discesa.
getLineGap()
public short getLineGap()
Ottiene il lineGap.
Returns: short - Il lineGap.
getMetricDataFormat()
public short getMetricDataFormat()
Ottiene il formato dei dati metrici.
Returns: short - Il formato dei dati metrici.
getMinLeftSideBearing()
public short getMinLeftSideBearing()
Ottiene il valore MinLeftSideBearing.
Returns: short - Il valore MinLeftSideBearing.
getMinRightSideBearing()
public short getMinRightSideBearing()
Ottiene il valore MinRightSideBearing.
Returns: short - Il valore MinRightSideBearing.
getNumOfLongHorMetrics()
public int getNumOfLongHorMetrics()
Ottiene uint16 numOfLongHorMetrics numero di larghezze di avanzamento nella tabella metriche.
Returns: int - UInt16 numOfLongHorMetrics numero di larghezze di avanzamento nella tabella delle metriche.
getOffset()
public long getOffset()
Ottiene l’offset dall’inizio di sfnt.
Returns: long - Offset dall’inizio di sfnt.
getTag()
public static String getTag()
Ottiene l’etichetta della tabella.
Returns: java.lang.String - Etichetta della tabella.
getTtfTables()
public TtfTableRepository getTtfTables()
Riferimento al repository della tabella TTF.
Returns: TtfTableRepository - Reference to TTF table repository.
getVersion()
public float getVersion()
Ottiene la versione.
Returns: float - Versione del formato della tabella.
getXMaxExtent()
public short getXMaxExtent()
Ottiene il valore XMaxExtent.
Returns: short - Il valore XMaxExtent.
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 |