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_QUALITY
Specifies that anti-aliasing SHOULD be used when rendering text, if
the font supports it.
|
static byte |
CLEARTYPE_QUALITY
Specifies that ClearType anti-aliasing SHOULD be used when
rendering text, if the font supports it.
|
static byte |
DEFAULT_QUALITY
Specifies that the character quality of the font does not matter, so
DRAFT_QUALITY can be used.
|
static byte |
DRAFT_QUALITY
Specifies that the character quality of the font is less important than the
matching of logical attribuetes.
|
static byte |
NONANTIALIASED_QUALITY
Specifies that anti-aliasing SHOULD NOT be used when
rendering text
|
static byte |
PROOF_QUALITY
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, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject
public static final byte DEFAULT_QUALITY
Specifies that the character quality of the font does not matter, so DRAFT_QUALITY can be used.
public static final byte DRAFT_QUALITY
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_QUALITY
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_QUALITY
Specifies that anti-aliasing SHOULD NOT be used when rendering text
public static final byte ANTIALIASED_QUALITY
Specifies that anti-aliasing SHOULD be used when rendering text, if the font supports it.
public static final byte CLEARTYPE_QUALITY
Specifies that ClearType anti-aliasing SHOULD be used when rendering text, if the font supports it.
Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.