Specifies the level of anti-aliasing quality to be used with the TextAntiAliasingQuality property.
Text AntiAliasing quality.
Visual Basic (Declaration) | |
---|---|
Public Enum TextAntiAliasingQuality Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public enum TextAntiAliasingQuality : Enum |
Member | Description |
---|---|
Normal |
Represents the TextRenderingHint.AntiAlias value. This specifies that each character is drawn using its anti-aliased glyph bitmap without hinting. Better quality due to Anti-aliasing. Stem width differences may be noticeable because hinting is turned off. Normal antialiasing quality. |
High |
Represents the TextRenderingHint.ClearTypeGridFit value. This value specifies that each character is drawn using its glyph CT bitmap with hinting. The highest quality setting. Used to take advantage of ClearType font features. High antialiasing quality. |
SystemDefault |
Represents the TextRenderingHint.SystemDefault value. The SystemDefault value specifies that each character is drawn using its glyph bitmap, with the system default rendering hint. The text will be drawn using whatever font smoothing settings the user has selected for the system. System default antialiasing quality. |
The TextAnti-aliasingQuality enumeration represents a the quality ranges for text.
System.Object
System.ValueType
System.Enum
Dundas.Charting.WebControl.TextAntiAliasingQuality
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family