Specifies value for FontQuality property.
            
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 14.0.0.0
Syntax
| C# | Visual Basic | Visual C++ | 
public enum IEFontQuality
Public Enumeration IEFontQuality
public enum class IEFontQuality
Members
| Member | Value | Description | 
|---|---|---|
| Antialiased | 0 | 
            Font is always antialiased if the font supports it and the size of the font is not too small or too large.
              | 
| ClearType | 1 | 
            If set, text is rendered (when possible) using ClearType antialiasing method (XP/Vista Only)
              | 
| ClearTypeNatural | 2 | 
            Undocumented
              | 
| Default | 3 | 
            Appearance of the font does not matter.
              | 
| Draft | 4 | 
            Appearance of the font is less important than when Proof is used.
              | 
| NonAntialiased | 5 | 
            Font is never antialiased.
              | 
| Proof | 6 | 
            Character quality of the font is more important than exact matching of the logical-font attributes.
              |