Packages

 

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

Classes

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

Class EmfSetMapperFlags

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


    public final class EmfSetMapperFlags
    extends EmfStateRecordType

    The EMR_SETMAPPERFLAGS record specifies parameters of the process of matching logical fonts to physical fonts, which is performed by the font mapper.

    • Constructor Detail

      • EmfSetMapperFlags

        public EmfSetMapperFlags(EmfRecord source)

        Initializes a new instance of the EmfSetMapperFlags class.

        Parameters:
        source - The source.
    • Method Detail

      • getFlags

        public int getFlags()

        Gets or sets a 32-bit unsigned integer that specifies parameters of the font matching process.

        0x00000001 The font mapper SHOULD select only fonts that match the aspect ratio of the output device, as it is currently defined in the playback device context.

      • setFlags

        public void setFlags(int value)

        Gets or sets a 32-bit unsigned integer that specifies parameters of the font matching process.

        0x00000001 The font mapper SHOULD select only fonts that match the aspect ratio of the output device, as it is currently defined in the playback device context.