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 |
OUT_DEFAULT_PRECIS
A value that specifies default behavior.
|
static byte |
OUT_DEVICE_PRECIS
A value that specifies the choice of a device font when the system
contains multiple fonts with the same name.
|
static byte |
OUT_OUTLINE_PRECIS
A value that specifies the requirement for TrueType and other outline fonts.
|
static byte |
OUT_PS_ONLY_PRECIS
A value that specifies a requirement for only PostScript fonts.
|
static byte |
OUT_RASTER_PRECIS
A value that specifies the choice of a rasterized font when the system
contains multiple fonts with the same name.
|
static byte |
OUT_SCREEN_OUTLINE_PRECIS
A value that specifies a preference for TrueType and other
outline fonts.
|
static byte |
OUT_STRING_PRECIS
A value that is returned when rasterized fonts are enumerated.
|
static byte |
OUT_STROKE_PRECIS
A value that is returned when TrueType and other outline fonts, and
vector fonts are enumerated.
|
static byte |
OUT_TT_ONLY_PRECIS
A value that specifies the requirement for only TrueType fonts.
|
static byte |
OUT_TT_PRECIS
A value that specifies the choice of a TrueType font when the system
contains multiple fonts with the same name.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject
public static final byte OUT_DEFAULT_PRECIS
A value that specifies default behavior.
public static final byte OUT_STRING_PRECIS
A value that is returned when rasterized fonts are enumerated.
public static final byte OUT_STROKE_PRECIS
A value that is returned when TrueType and other outline fonts, and vector fonts are enumerated.
public static final byte OUT_TT_PRECIS
A value that specifies the choice of a TrueType font when the system contains multiple fonts with the same name.
public static final byte OUT_DEVICE_PRECIS
A value that specifies the choice of a device font when the system contains multiple fonts with the same name.
public static final byte OUT_RASTER_PRECIS
A value that specifies the choice of a rasterized font when the system contains multiple fonts with the same name.
public static final byte OUT_TT_ONLY_PRECIS
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 OUT_OUTLINE_PRECIS
A value that specifies the requirement for TrueType and other outline fonts.
public static final byte OUT_SCREEN_OUTLINE_PRECIS
A value that specifies a preference for TrueType and other outline fonts.
public static final byte OUT_PS_ONLY_PRECIS
A value that specifies a requirement for only PostScript fonts. If there are no PostScript fonts installed in the system, default behavior is specified.
Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.