Class EmfSetMapperFlags
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
-
EmfSetMapperFlags
- Inherited Members
Constructors
EmfSetMapperFlags(EmfRecord)
Initializes a new instance of the EmfSetMapperFlags class.
public EmfSetMapperFlags(EmfRecord source)
Parameters
source
EmfRecordThe 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
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.