WmfCreateFontInDirect

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

The Create font

Constructors

ConstructorDescription
WmfCreateFontInDirect()WMFs the record.

Methods

MethodDescription
getLogFont()Gets or sets the log font.
setLogFont(EmfLogFont value)Gets or sets the log font.
getExtendedBytes()Gets or sets the extended bytes.
setExtendedBytes(byte[] value)Gets or sets the extended bytes.

WmfCreateFontInDirect()

public WmfCreateFontInDirect()

WMFs the record.

getLogFont()

public EmfLogFont getLogFont()

Gets or sets the log font.

Value: The log font.

Returns: EmfLogFont

setLogFont(EmfLogFont value)

public void setLogFont(EmfLogFont value)

Gets or sets the log font.

Value: The log font.

Parameters:

ParameterTypeDescription
valueEmfLogFont

getExtendedBytes()

public byte[] getExtendedBytes()

Gets or sets the extended bytes.

Value: The extended bytes.

Returns: byte[]

setExtendedBytes(byte[] value)

public void setExtendedBytes(byte[] value)

Gets or sets the extended bytes.

Value: The extended bytes.

Parameters:

ParameterTypeDescription
valuebyte[]