Packages

 

com.aspose.imaging.fileformats.emf.emf.objects

Class EmfDesignVector

  • All Implemented Interfaces:
    Cloneable


    public final class EmfDesignVector
    extends EmfObject

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

    • Constructor Summary

      Constructors 
      Constructor and Description
      EmfDesignVector() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      int getNumAxes()
      Gets or sets a 32-bit unsigned integer that specifies the number of elements in the Values array.
      int getSignature()
      Gets or sets a 32-bit unsigned integer that MUST be set to the value 0x08007664.
      int[] getValues()
      Gets or sets an optional array of 32-bit signed integers that specify the values of the font axes of a multiple master, OpenType font.
      void setNumAxes(int value)
      Gets or sets a 32-bit unsigned integer that specifies the number of elements in the Values array.
      void setSignature(int value)
      Gets or sets a 32-bit unsigned integer that MUST be set to the value 0x08007664.
      void setValues(int[] value)
      Gets or sets an optional array of 32-bit signed integers that specify the values of the font axes of a multiple master, OpenType font.
    • Constructor Detail

      • EmfDesignVector

        public EmfDesignVector()
    • Method Detail

      • getSignature

        public int getSignature()

        Gets or sets a 32-bit unsigned integer that MUST be set to the value 0x08007664.

      • setSignature

        public void setSignature(int value)

        Gets or sets a 32-bit unsigned integer that MUST be set to the value 0x08007664.

      • getNumAxes

        public int getNumAxes()

        Gets 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

      • setNumAxes

        public void setNumAxes(int value)

        Gets 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

      • getValues

        public int[] getValues()

        Gets 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.

      • setValues

        public void setValues(int[] value)

        Gets 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.