Class EmfSetMapperFlags

Class EmfSetMapperFlags

Namespace: Aspose.Imaging.FileFormats.Emf.Emf.Records
Assembly: Aspose.Imaging.dll (25.2.0)

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

public sealed class EmfSetMapperFlags : EmfStateRecordType

Inheritance

objectMetaObjectEmfRecordEmfStateRecordTypeEmfSetMapperFlags

Inherited Members

EmfRecord.Type, EmfRecord.Size, object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

EmfSetMapperFlags(EmfRecord)

Initializes a new instance of the Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfSetMapperFlags class.

public EmfSetMapperFlags(EmfRecord source)

Parameters

source EmfRecord

The source.

Properties

Flags

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

public int Flags { get; set; }

Property Value

int

Remarks

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.