EmfDesignVector Class

Summary: The DesignVector (section 2.2.3) object defines the design vector, which specifies values for the font axes of a multiple master font.

Module: aspose.imaging.fileformats.emf.emf.objects

Full Name: aspose.imaging.fileformats.emf.emf.objects.EmfDesignVector

Inheritance: EmfObject

Aspose.Imaging Version: 24.6.0

Constructors

NameDescription
EmfDesignVector()Initializes a new instance of the EmfDesignVector class

Properties

NameTypeAccessDescription
num_axesintr/wGets or sets a 32-bit unsigned integer that specifies the number of elements in
the Values array. It MUST be in the range 0 to 16, inclusive
signatureintr/wGets or sets a 32-bit unsigned integer that MUST be set to the value 0x08007664.
valuesintr/wGets or sets an optional array of 32-bit signed integers that specify the values
of the font axes of a multiple master, OpenType font. The maximum number of values in the array is 16.

Constructor: EmfDesignVector()

 EmfDesignVector() 

Initializes a new instance of the EmfDesignVector class