Packages

 

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

Class EmfLogFontExDv

  • All Implemented Interfaces:
    Cloneable


    public final class EmfLogFontExDv
    extends EmfLogFontEx

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

    • Constructor Detail

      • EmfLogFontExDv

        public EmfLogFontExDv(EmfLogFontEx emfLogFontEx)

        Initializes a new instance of the EmfLogFontExDv class.

        Parameters:
        emfLogFontEx - The EMF log font ex.
    • Method Detail

      • 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.
      • setDesignVector

        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.