TtfPostTable

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

public class TtfPostTable extends TtfTableBase

Representa la tabla “post” del archivo de fuente TTF

Métodos

MétodoDescripción
equals(Object arg0)
getAllGlyphIndexesForGlyphName(String glyphName)Obtiene una matriz de índices de glifos por nombre de glifo
getClass()
getFormat()Obtiene el formato fijo (versión) de esta tabla.
getGlyphIndex(String glyphName)Obtiene el índice de glifo por nombre de glifo.
getGlyphName(long glyphIndex)Obtiene el nombre de glifo por índice de glifo.
getItalicAngle()Obtiene fixed italicAngle ángulo itálico en grados.
getMaxMemType1()Obtiene uint32 maxMemType1 Uso máximo de memoria cuando una fuente TrueType se descarga como una fuente Type 1.
getMaxMemType42()Obtiene uint32 maxMemType42 Uso máximo de memoria cuando una fuente TrueType se descarga como una fuente Type 42.
getMinMemType1()Obtiene uint32 minMemType1 Uso mínimo de memoria cuando una fuente TrueType se descarga como una fuente Type 1.
getMinMemType42()Obtiene uint32 minMemType42 Uso mínimo de memoria cuando una fuente TrueType se descarga como una fuente Type 42.
getOffset()Obtiene el desplazamiento desde el inicio de sfnt.
getTableFormat()Obtiene fixed format (versión) de esta tabla.
getTag()Obtiene la etiqueta de la tabla.
getTtfTables()Referencia al repositorio de tabla TTF.
getUnderlinePosition()Obtiene FWord underlinePosition Posición de subrayado.
getUnderlineThickness()Obtiene FWord underlineThickness Grosor del subrayado.
hasNoPostScriptNames()Indica que no se proporciona información de nombre PostScript para los glifos en este archivo de fuente.
hashCode()
isFixedPitch()Obtiene uint32 isFixedPitch. 0 si la fuente tiene espaciado proporcional, distinto de cero si la Fuente no tiene espaciado proporcional (es decir, monoespaciada).
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

getAllGlyphIndexesForGlyphName(String glyphName)

public long[] getAllGlyphIndexesForGlyphName(String glyphName)

Obtiene una matriz de índices de glifos por nombre de glifo

Parameters:

ParámetroTipoDescripción
glyphNamejava.lang.StringNombre del glifo

Returns: long[] - matriz de índices de glifos

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getFormat()

public float getFormat()

Obtiene el formato fijo (versión) de esta tabla.

Returns: float - Fixed format (versión) de esta tabla.

getGlyphIndex(String glyphName)

public long getGlyphIndex(String glyphName)

Obtiene el índice de glifo por nombre de glifo.

Parameters:

ParámetroTipoDescripción
glyphNamejava.lang.StringNombre del glifo.

Returns: long - Índice de glifo. Cuando no se proporciona información de nombre PostScript para los glifos en este archivo de fuente, devuelve el índice 0, que es el glifo indefinido o el glifo ".notdef".

getGlyphName(long glyphIndex)

public String getGlyphName(long glyphIndex)

Obtiene el nombre de glifo por índice de glifo.

Parameters:

ParámetroTipoDescripción
glyphIndexlongÍndice de glifo.

Returns: java.lang.String - Nombre del glifo. Cuando no se proporciona información de nombre PostScript para los glifos en este archivo de fuente, devuelve null.

getItalicAngle()

public float getItalicAngle()

Obtiene fixed italicAngle ángulo itálico en grados.

Returns: float - Fixed italicAngle ángulo itálico en grados.

getMaxMemType1()

public long getMaxMemType1()

Obtiene uint32 maxMemType1 Uso máximo de memoria cuando una fuente TrueType se descarga como una fuente Type 1.

Returns: long - UInt32 maxMemType1 Uso máximo de memoria cuando una fuente TrueType se descarga como una fuente Type 1.

getMaxMemType42()

public long getMaxMemType42()

Obtiene uint32 maxMemType42 Uso máximo de memoria cuando una fuente TrueType se descarga como una fuente Type 42.

Returns: long - UInt32 maxMemType42 Uso máximo de memoria cuando una fuente TrueType se descarga como una fuente Type 42.

getMinMemType1()

public long getMinMemType1()

Obtiene uint32 minMemType1 Uso mínimo de memoria cuando una fuente TrueType se descarga como una fuente Type 1.

Returns: long - UInt32 minMemType1 Uso mínimo de memoria cuando una fuente TrueType se descarga como una fuente Type 1.

getMinMemType42()

public long getMinMemType42()

Obtiene uint32 minMemType42 Uso mínimo de memoria cuando una fuente TrueType se descarga como una fuente Type 42.

Returns: long - UInt32 minMemType42 Uso mínimo de memoria cuando una fuente TrueType se descarga como una fuente Type 42.

getOffset()

public long getOffset()

Obtiene el desplazamiento desde el inicio de sfnt.

Returns: long - Desplazamiento desde el inicio de sfnt.

getTableFormat()

public Version16Dot16 getTableFormat()

Obtiene fixed format (versión) de esta tabla. Use las propiedades MajorNumber y MinorNUmber del objeto Version16Dot16 en notación hexadecimal para detectar la versión utilizada.

Returns: Version16Dot16 - Fixed format (version) of this table.

getTag()

public static String getTag()

Obtiene la etiqueta de la tabla.

Returns: java.lang.String - Etiqueta de tabla.

getTtfTables()

public TtfTableRepository getTtfTables()

Referencia al repositorio de tabla TTF.

Returns: TtfTableRepository - Reference to TTF table repository.

getUnderlinePosition()

public short getUnderlinePosition()

Obtiene FWord underlinePosition Posición de subrayado.

Returns: short - FWord underlinePosition Posición de subrayado.

getUnderlineThickness()

public short getUnderlineThickness()

Obtiene FWord underlineThickness Grosor del subrayado.

Returns: short - FWord underlineThickness Grosor del subrayado.

hasNoPostScriptNames()

public boolean hasNoPostScriptNames()

Indica que no se proporciona información de nombre PostScript para los glifos en este archivo de fuente.

Returns: boolean - Verdadero, si no se proporciona información de nombre PostScript para los glifos en este archivo de fuente. Falso, de lo contrario.

hashCode()

public native int hashCode()

Returns: int

isFixedPitch()

public long isFixedPitch()

Obtiene uint32 isFixedPitch. 0 si la fuente tiene espaciado proporcional, distinto de cero si la Fuente no tiene espaciado proporcional (es decir, monoespaciada).

Returns: long - UInt32 isFixedPitch. 0 si la fuente tiene espaciado proporcional, distinto de cero si la Fuente no tiene espaciado proporcional (es decir, monoespaciada).

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