TtfVheaTable

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

public class TtfVheaTable extends TtfTableBase

Representa la tabla “hhea” del archivo de fuente TTF.

Métodos

MétodoDescripción
equals(Object arg0)
getAdvanceHeightMax()Obtiene AdvanceHeightMax.
getAscent()Obtiene Ascent.
getCaretOffset()Obtiene CaretOffset.
getCaretSlopeRise()Obtiene CaretSlopeRise.
getCaretSlopeRun()Obtiene CaretSlopeRun.
getClass()
getDescent()Obtiene Descent.
getLineGap()Obtiene LineGap.
getMetricDataFormat()Obtiene MetricDataFormat.
getMinBottomSideBearing()Obtiene MinBottomSideBearing.
getMinTopSideBearing()Obtiene MinTopSideBearing.
getNumOfLongVerMetrics()Obtiene MetricDataFormat.
getOffset()Obtiene el desplazamiento desde el inicio de sfnt.
getTag()Obtiene la etiqueta de la tabla.
getTtfTables()Referencia al repositorio de tabla TTF.
getVersion()Obtiene el número de versión de la tabla de encabezado vertical.
getYMaxExtent()Obtiene _yMaxExtent.
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParámetroTipoDescripción
arg0java.lang.Object

Returns: boolean

getAdvanceHeightMax()

public short getAdvanceHeightMax()

Obtiene AdvanceHeightMax. La medida máxima de altura de avance en FUnits encontrada en la fuente.

Returns: short - La AdvanceHeightMax.

getAscent()

public short getAscent()

Obtiene Ascent. Distancia en FUnits desde la línea central hasta el _descent de la línea anterior\u2019s.

Returns: short - La Ascent.

getCaretOffset()

public short getCaretOffset()

Obtiene CaretOffset.

Returns: short - La CaretOffset.

getCaretSlopeRise()

public short getCaretSlopeRise()

Obtiene CaretSlopeRise.

Returns: short - La CaretSlopeRise.

getCaretSlopeRun()

public short getCaretSlopeRun()

Obtiene CaretSlopeRun.

Returns: short - La CaretSlopeRun.

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getDescent()

public short getDescent()

Obtiene Descent. Distancia en FUnits desde la línea central hasta el _ascent de la siguiente línea\u2019s.

Returns: short - La Descent.

getLineGap()

public short getLineGap()

Obtiene LineGap. El espacio tipográfico vertical para esta fuente.

Returns: short - La LineGap.

getMetricDataFormat()

public short getMetricDataFormat()

Obtiene MetricDataFormat.

Returns: short - La MetricDataFormat.

getMinBottomSideBearing()

public short getMinBottomSideBearing()

Obtiene MinBottomSideBearing. La medida mínima de sidebearing inferior encontrada en la fuente, en FUnits.

Returns: short - La MinBottomSideBearing.

getMinTopSideBearing()

public short getMinTopSideBearing()

Obtiene MinTopSideBearing. La medida mínima de sidebearing superior encontrada en la fuente, en FUnits.

Returns: short - El MinTopSideBearing.

getNumOfLongVerMetrics()

public int getNumOfLongVerMetrics()

Obtiene MetricDataFormat. Número de alturas de avance en la tabla de métricas verticales.

Returns: int - El MetricDataFormat.

getOffset()

public long getOffset()

Obtiene el desplazamiento desde el inicio de sfnt.

Returns: long - Desplazamiento desde el inicio de sfnt.

getTag()

public static String getTag()

Obtiene la etiqueta de la tabla.

Returns: java.lang.String - La etiqueta.

getTtfTables()

public TtfTableRepository getTtfTables()

Referencia al repositorio de tabla TTF.

Returns: TtfTableRepository - Reference to TTF table repository.

getVersion()

public Version16Dot16 getVersion()

Obtiene el número de versión de la tabla de encabezado vertical.

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

getYMaxExtent()

public short getYMaxExtent()

Obtiene _yMaxExtent.

Returns: short - El _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:

ParámetroTipoDescripción
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParámetroTipoDescripción
arg0long
arg1int