EmfLogFontExDv
Contents
[
Hide
]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
Constructor | Description |
---|---|
EmfLogFontExDv(EmfLogFontEx emfLogFontEx) | Initializes a new instance of the EmfLogFontExDv class. |
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
emfLogFontEx | EmfLogFontEx | The 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:
Parameter | Type | Description |
---|---|---|
value | EmfDesignVector |