Packages

 

com.aspose.imaging.fileformats.emf.emfplus.records

Class EmfPlusSetTextRenderingHint

  • All Implemented Interfaces:
    com.aspose.imaging_internal.fileformats.emf.IRecord, Cloneable


    public final class EmfPlusSetTextRenderingHint
    extends EmfPlusPropertyRecordType

    The EmfPlusSetTextRenderingHint record specifies the quality of text rendering, including the type of anti-aliasing.

    • Constructor Detail

      • EmfPlusSetTextRenderingHint

        public EmfPlusSetTextRenderingHint(EmfPlusRecord source)

        Initializes a new instance of the EmfPlusSetTextRenderingHint class.

        Parameters:
        source - The source.
    • Method Detail

      • getTextRenderingHint

        public byte getTextRenderingHint()

        Gets or sets the text rendering hint value, from the TextRenderingHint enumeration (section 2.1.1.32), which specifies the quality to use in subsequent text rendering.

        Value: The text rendering hint.
      • setTextRenderingHint

        public void setTextRenderingHint(byte value)

        Gets or sets the text rendering hint value, from the TextRenderingHint enumeration (section 2.1.1.32), which specifies the quality to use in subsequent text rendering.

        Value: The text rendering hint.