EmfSetMapperFlags
Inheritance: java.lang.Object, com.aspose.imaging.fileformats.emf.MetaObject, com.aspose.imaging.fileformats.emf.emf.records.EmfRecord, com.aspose.imaging.fileformats.emf.emf.records.EmfStateRecordType
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.
Constructors
| Constructor | Description |
|---|---|
| EmfSetMapperFlags(EmfRecord source) | Initializes a new instance of the EmfSetMapperFlags class. |
Methods
| Method | Description |
|---|---|
| getFlags() | Gets or sets a 32-bit unsigned integer that specifies parameters of the font matching process. |
| setFlags(int value) | Gets or sets a 32-bit unsigned integer that specifies parameters of the font matching process. |
EmfSetMapperFlags(EmfRecord source)
public EmfSetMapperFlags(EmfRecord source)
Initializes a new instance of the EmfSetMapperFlags class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| source | EmfRecord | The source. |
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.
Returns: int
setFlags(int value)
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.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |