TtcFontSource
Contenido
[
Ocultar
]Inheritance: java.lang.Object
All Implemented Interfaces: com.aspose.font.IFontSource
public class TtcFontSource implements IFontSource
Representa la fuente TTC.
Constructores
| Constructor | Descripción |
|---|---|
| TtcFontSource(StreamSource source) | Crea una fuente TTC basada en el objeto que proporciona la secuencia IStreamSource. |
| TtcFontSource(String filePath) | Crea una fuente TTC basada en la ruta del archivo de colección de fuentes ttc. |
Métodos
| Método | Descripción |
|---|---|
| equals(Object arg0) | |
| getClass() | |
| getFontDefinitions() | Devuelve una matriz de definiciones de fuentes de la fuente TTC. |
| hashCode() | |
| notify() | |
| notifyAll() | |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
TtcFontSource(StreamSource source)
public TtcFontSource(StreamSource source)
Crea una fuente TTC basada en el objeto que proporciona la secuencia IStreamSource.
Parameters:
| Parámetro | Tipo | Descripción |
|---|---|---|
| source | StreamSource | Secuencia de origen de la cual extraer los datos de la colección de fuentes TTC. |
TtcFontSource(String filePath)
public TtcFontSource(String filePath)
Crea una fuente TTC basada en la ruta del archivo de colección de fuentes ttc.
Parameters:
| Parámetro | Tipo | Descripción |
|---|---|---|
| filePath | java.lang.String | Archivo de colección de fuentes. |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| Parámetro | Tipo | Descripción |
|---|---|---|
| arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getFontDefinitions()
public FontDefinition[] getFontDefinitions()
Devuelve una matriz de definiciones de fuentes de la fuente TTC.
Returns: com.aspose.font.FontDefinition[] - Todas las definiciones de fuentes del origen de fuente TTC.
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ámetro | Tipo | Descripción |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| Parámetro | Tipo | Descripción |
|---|---|---|
| arg0 | long | |
| arg1 | int |