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 and Description |
---|
EmfSetMapperFlags(EmfRecord source)
Initializes a new instance of the
EmfSetMapperFlags class. |
Modifier and Type | Method and Description |
---|---|
int |
getFlags()
Gets or sets a 32-bit unsigned integer that specifies parameters of the font matching process.
|
void |
setFlags(int value)
Gets or sets a 32-bit unsigned integer that specifies parameters of the font matching process.
|
public EmfSetMapperFlags(EmfRecord source)
Initializes a new instance of the EmfSetMapperFlags
class.
source
- The source.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.
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.