public final class WmfOutPrecision
extends com.aspose.ms.System.Enum
The OutPrecision enumeration defines values for output precision, which is the requirement for the font mapper to match specific font parameters, including height, width, character orientation, escapement, pitch, and font type.
Modifier and Type | Field and Description |
---|---|
static byte |
Default
A value that specifies default behavior.
|
static byte |
Device
A value that specifies the choice of a device font when the system
contains multiple fonts with the same name.
|
static byte |
Outline
A value that specifies the requirement for TrueType and other outline fonts.
|
static byte |
PsOnly
A value that specifies a requirement for only PostScript fonts.
|
static byte |
Raster
A value that specifies the choice of a rasterized font when the system
contains multiple fonts with the same name.
|
static byte |
ScreenOutline
A value that specifies a preference for TrueType and other
outline fonts.
|
static byte |
String
A value that is returned when rasterized fonts are enumerated.
|
static byte |
Stroke
A value that is returned when TrueType and other outline fonts, and
vector fonts are enumerated.
|
static byte |
Tt
A value that specifies the choice of a TrueType font when the system
contains multiple fonts with the same name.
|
static byte |
TtOnly
A value that specifies the requirement for only TrueType fonts.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final byte Default
A value that specifies default behavior.
public static final byte String
A value that is returned when rasterized fonts are enumerated.
public static final byte Stroke
A value that is returned when TrueType and other outline fonts, and vector fonts are enumerated.
public static final byte Tt
A value that specifies the choice of a TrueType font when the system contains multiple fonts with the same name.
public static final byte Device
A value that specifies the choice of a device font when the system contains multiple fonts with the same name.
public static final byte Raster
A value that specifies the choice of a rasterized font when the system contains multiple fonts with the same name.
public static final byte TtOnly
A value that specifies the requirement for only TrueType fonts. If there are no TrueType fonts installed in the system, default behavior is specified.
public static final byte Outline
A value that specifies the requirement for TrueType and other outline fonts.
public static final byte ScreenOutline
A value that specifies a preference for TrueType and other outline fonts.
public static final byte PsOnly
A value that specifies a requirement for only PostScript fonts. If there are no PostScript fonts installed in the system, default behavior is specified.