WmfFontQuality Enumeration
The FontQuality Enumeration specifies how closely the attributes of the logical font should match
those of the physical font when rendering text.
Module: aspose.imaging.fileformats.wmf.consts
Full Name: aspose.imaging.fileformats.wmf.consts.WmfFontQuality
Members
Member name | Description |
---|---|
ANTIALIASED | Specifies that anti-aliasing SHOULD be used when rendering text, if the font supports it. |
CLEARTYPE | Specifies that ClearType anti-aliasing SHOULD be used when rendering text, if the font supports it. |
DEFAULT | Specifies that the character quality of the font does not matter, so DRAFT can be used. |
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. |
NONANTIALIASED | Specifies that anti-aliasing SHOULD NOT be used when rendering text |
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. |