Enum WmfFontQuality
Namespace: Aspose.Imaging.FileFormats.Wmf.Consts
Assembly: Aspose.Imaging.dll (25.7.0)
The FontQuality Enumeration specifies how closely the attributes of the logical font should matchthose of the physical font when rendering text.
public enum WmfFontQuality
{
ANTIALIASED_QUALITY = 0,
DRAFT_QUALITY = 1,
DEFAULT_QUALITY = 2
}
Fields
Antialiased = 4
Specifies that anti-aliasing SHOULD be used when rendering text, ifthe font supports it.
Cleartype = 5
Specifies that ClearType anti-aliasing SHOULD be used whenrendering text, if the font supports it.
Default = 0
Specifies that the character quality of the font does not matter, soDRAFT can be used.
Draft = 1
Specifies that the character quality of the font is less important than thematching of logical attribuetes. For rasterized fonts, scaling SHOULD be enabled, whichmeans that more font sizes are available.
Nonantialiased = 3
Specifies that anti-aliasing SHOULD NOT be used whenrendering text
Proof = 2
Specifies that the character quality of the font is more important than thematching of logical attributes. For rasterized fonts, scaling SHOULD be disabled, and the fontclosest in size SHOULD be chosen.