TtfVheaTable

Inheritance: java.lang.Object, com.aspose.font.TtfTableBase

public class TtfVheaTable extends TtfTableBase

Rappresenta la tabella “hhea” del file di font TTF.

Metodi

MetodoDescrizione
equals(Object arg0)
getAdvanceHeightMax()Ottiene AdvanceHeightMax.
getAscent()Ottiene Ascent.
getCaretOffset()Ottiene CaretOffset.
getCaretSlopeRise()Ottiene CaretSlopeRise.
getCaretSlopeRun()Ottiene CaretSlopeRun.
getClass()
getDescent()Ottiene Descent.
getLineGap()Ottiene LineGap.
getMetricDataFormat()Ottiene MetricDataFormat.
getMinBottomSideBearing()Ottiene MinBottomSideBearing.
getMinTopSideBearing()Ottiene MinTopSideBearing.
getNumOfLongVerMetrics()Ottiene MetricDataFormat.
getOffset()Ottiene l’offset dall’inizio di sfnt.
getTag()Ottiene l’etichetta della tabella.
getTtfTables()Riferimento al repository della tabella TTF.
getVersion()Ottiene il numero di versione della tabella di intestazione verticale.
getYMaxExtent()Ottiene _yMaxExtent.
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParametroTipoDescrizione
arg0java.lang.Object

Returns: boolean

getAdvanceHeightMax()

public short getAdvanceHeightMax()

Ottiene AdvanceHeightMax. La massima misura dell’altezza di avanzamento in FUnits trovata nel font.

Returns: short - L’AdvanceHeightMax.

getAscent()

public short getAscent()

Ottiene Ascent. Distanza in FUnits dalla linea centrale al _descent della riga precedente.

Returns: short - L’Ascent.

getCaretOffset()

public short getCaretOffset()

Ottiene CaretOffset.

Returns: short - Il CaretOffset.

getCaretSlopeRise()

public short getCaretSlopeRise()

Ottiene CaretSlopeRise.

Returns: short - Il CaretSlopeRise.

getCaretSlopeRun()

public short getCaretSlopeRun()

Ottiene CaretSlopeRun.

Returns: short - Il CaretSlopeRun.

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getDescent()

public short getDescent()

Ottiene Descent. Distanza in FUnits dalla linea centrale al _ascent della riga successiva.

Returns: short - Il Descent.

getLineGap()

public short getLineGap()

Ottiene LineGap. Lo spazio tipografico verticale per questo font.

Returns: short - Il LineGap.

getMetricDataFormat()

public short getMetricDataFormat()

Ottiene MetricDataFormat.

Returns: short - Il MetricDataFormat.

getMinBottomSideBearing()

public short getMinBottomSideBearing()

Ottiene MinBottomSideBearing. La minima misura del sidebearing inferiore trovata nel font, in FUnits.

Returns: short - Il MinBottomSideBearing.

getMinTopSideBearing()

public short getMinTopSideBearing()

Ottiene MinTopSideBearing. La misura minima del sidebearing superiore trovata nel font, in FUnits.

Returns: short - Il MinTopSideBearing.

getNumOfLongVerMetrics()

public int getNumOfLongVerMetrics()

Ottiene MetricDataFormat. Numero di altezze di avanzamento nella tabella metriche verticali.

Returns: int - Il MetricDataFormat.

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 - Il tag.

getTtfTables()

public TtfTableRepository getTtfTables()

Riferimento al repository della tabella TTF.

Returns: TtfTableRepository - Reference to TTF table repository.

getVersion()

public Version16Dot16 getVersion()

Ottiene il numero di versione della tabella di intestazione verticale.

Returns: Version16Dot16 - The Version number of the vertical header table.

getYMaxExtent()

public short getYMaxExtent()

Ottiene _yMaxExtent.

Returns: short - Il _yMaxExtent.

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:

ParametroTipoDescrizione
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParametroTipoDescrizione
arg0long
arg1int