WmfCreateFontInDirect
Contenido
[
Ocultar
]Inheritance: java.lang.Object, com.aspose.imaging.fileformats.emf.MetaObject, com.aspose.imaging.fileformats.wmf.objects.WmfObject, com.aspose.imaging.fileformats.wmf.objects.WmfGraphicObject
public class WmfCreateFontInDirect extends WmfGraphicObject
El crear fuente
Constructores
| Constructor | Descripción |
|---|---|
| WmfCreateFontInDirect() | WMFs el registro. |
Métodos
| Método | Descripción |
|---|---|
| getLogFont() | Obtiene o establece la fuente de registro. |
| setLogFont(EmfLogFont value) | Obtiene o establece la fuente de registro. |
| getExtendedBytes() | Obtiene o establece los bytes extendidos. |
| setExtendedBytes(byte[] value) | Obtiene o establece los bytes extendidos. |
WmfCreateFontInDirect()
public WmfCreateFontInDirect()
WMFs el registro.
getLogFont()
public EmfLogFont getLogFont()
Obtiene o establece la fuente de registro.
Valor: La fuente de registro.
Returns: EmfLogFont
setLogFont(EmfLogFont value)
public void setLogFont(EmfLogFont value)
Obtiene o establece la fuente de registro.
Valor: La fuente de registro.
Parameters:
| Parámetro | Tipo | Descripción |
|---|---|---|
| value | EmfLogFont |
getExtendedBytes()
public byte[] getExtendedBytes()
Obtiene o establece los bytes extendidos.
Valor: Los bytes extendidos.
Returns: byte[]
setExtendedBytes(byte[] value)
public void setExtendedBytes(byte[] value)
Obtiene o establece los bytes extendidos.
Valor: Los bytes extendidos.
Parameters:
| Parámetro | Tipo | Descripción |
|---|---|---|
| valor | byte[] |