WmfSetMapperFlags
Contents
[
Hide
]Inheritance: java.lang.Object, com.aspose.imaging.fileformats.emf.MetaObject, com.aspose.imaging.fileformats.wmf.objects.WmfObject
public class WmfSetMapperFlags extends WmfObject
The META_SETMAPPERFLAGS record defines the algorithm that the font mapper uses when it maps logical fonts to physical fonts.
Constructors
Constructor | Description |
---|---|
WmfSetMapperFlags() |
Methods
Method | Description |
---|---|
getMapperValues() | Gets or sets the mapper values. |
setMapperValues(int value) | Gets or sets the mapper values. |
WmfSetMapperFlags()
public WmfSetMapperFlags()
getMapperValues()
public int getMapperValues()
Gets or sets the mapper values.
Value: The font mapper attempts to match a font aspect ratio to the current device aspect ratio. If bit zero is set, the mapper selects only matching fonts.
Returns: int
setMapperValues(int value)
public void setMapperValues(int value)
Gets or sets the mapper values.
Value: The font mapper attempts to match a font aspect ratio to the current device aspect ratio. If bit zero is set, the mapper selects only matching fonts.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |