public final class WmfFontQuality
extends com.aspose.ms.System.Enum
The FontQuality Enumeration specifies how closely the attributes of the logical font should match those of the physical font when rendering text.
Modifier and Type | Field and Description |
---|---|
static byte |
Antialiased
Specifies that anti-aliasing SHOULD be used when rendering text, if
the font supports it.
|
static byte |
Cleartype
Specifies that ClearType anti-aliasing SHOULD be used when
rendering text, if the font supports it.
|
static byte |
Default
Specifies that the character quality of the font does not matter, so
DRAFT can be used.
|
static byte |
Draft
Specifies that the character quality of the font is less important than the
matching of logical attribuetes.
|
static byte |
Nonantialiased
Specifies that anti-aliasing SHOULD NOT be used when
rendering text
|
static byte |
Proof
Specifies that the character quality of the font is more important than the
matching of logical attributes.
|
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
Specifies that the character quality of the font does not matter, so DRAFT can be used.
public static final byte Draft
Specifies that the character quality of the font is less important than the matching of logical attribuetes. For rasterized fonts, scaling SHOULD be enabled, which means that more font sizes are available.
public static final byte Proof
Specifies that the character quality of the font is more important than the matching of logical attributes. For rasterized fonts, scaling SHOULD be disabled, and the font closest in size SHOULD be chosen.
public static final byte Nonantialiased
Specifies that anti-aliasing SHOULD NOT be used when rendering text
public static final byte Antialiased
Specifies that anti-aliasing SHOULD be used when rendering text, if the font supports it.
public static final byte Cleartype
Specifies that ClearType anti-aliasing SHOULD be used when rendering text, if the font supports it.