Packages

 

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

Class EmfLogFontEx

  • All Implemented Interfaces:
    Cloneable
    Direct Known Subclasses:
    EmfLogFontExDv


    public class EmfLogFontEx
    extends EmfLogFont

    The LogFontEx object specifies the extended attributes of a logical font.

    • Constructor Detail

      • EmfLogFontEx

        public EmfLogFontEx(EmfLogFont emfLogFont)

        Initializes a new instance of the EmfLogFontEx class.

        Parameters:
        emfLogFont - The EMF log font.
    • Method Detail

      • getFullName

        public String getFullName()

        Gets or sets a string of 64 Unicode characters that contains the font's full name. If the length of this string is less than 64 characters, a terminating NULL MUST be present, after which the remainder of this field MUST be ignored.

      • setFullName

        public void setFullName(String value)

        Gets or sets a string of 64 Unicode characters that contains the font's full name. If the length of this string is less than 64 characters, a terminating NULL MUST be present, after which the remainder of this field MUST be ignored.

      • getStyle

        public String getStyle()

        Gets or sets a string of 32 Unicode characters that defines the font's style. If the length of this string is less than 32 characters, a terminating NULL MUST be present, after which the remainder of this field MUST be ignored.

      • setStyle

        public void setStyle(String value)

        Gets or sets a string of 32 Unicode characters that defines the font's style. If the length of this string is less than 32 characters, a terminating NULL MUST be present, after which the remainder of this field MUST be ignored.

      • getScript

        public String getScript()

        Gets or sets a string of 32 Unicode characters that defines the character set of the font. If the length of this string is less than 32 characters, a terminating NULL MUST be present, after which the remainder of this field MUST be ignored.

      • setScript

        public void setScript(String value)

        Gets or sets a string of 32 Unicode characters that defines the character set of the font. If the length of this string is less than 32 characters, a terminating NULL MUST be present, after which the remainder of this field MUST be ignored.