EmfLogFontExDv

Inheritance: java.lang.Object, com.aspose.imaging.fileformats.emf.MetaObject, com.aspose.imaging.fileformats.emf.emf.objects.EmfObject, com.aspose.imaging.fileformats.emf.emf.objects.EmfLogFont, com.aspose.imaging.fileformats.emf.emf.objects.EmfLogFontEx

public final class EmfLogFontExDv extends EmfLogFontEx

The LogFontExDv object specifies the design vector for an extended logical font.

Constructors

ConstructorDescription
EmfLogFontExDv(EmfLogFontEx emfLogFontEx)Initializes a new instance of the EmfLogFontExDv class.

Methods

MethodDescription
getDesignVector()Gets or sets a DesignVector object (section 2.2.3).
setDesignVector(EmfDesignVector value)Gets or sets a DesignVector object (section 2.2.3).

EmfLogFontExDv(EmfLogFontEx emfLogFontEx)

public EmfLogFontExDv(EmfLogFontEx emfLogFontEx)

Initializes a new instance of the EmfLogFontExDv class.

Parameters:

ParameterTypeDescription
emfLogFontExEmfLogFontExThe EMF log font ex.

getDesignVector()

public EmfDesignVector getDesignVector()

Gets or sets a DesignVector object (section 2.2.3). This field MUST NOT be longer than 72 bytes.

Value: The design vector.

Returns: EmfDesignVector

setDesignVector(EmfDesignVector value)

public void setDesignVector(EmfDesignVector value)

Gets or sets a DesignVector object (section 2.2.3). This field MUST NOT be longer than 72 bytes.

Value: The design vector.

Parameters:

ParameterTypeDescription
valueEmfDesignVector