Specifies value for FontQuality property.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public enum IEFontQuality
Public Enumeration IEFontQuality
public enum class IEFontQuality

Members

MemberValueDescription
Antialiased0
Font is always antialiased if the font supports it and the size of the font is not too small or too large.
ClearType1
If set, text is rendered (when possible) using ClearType antialiasing method (XP/Vista Only)
ClearTypeNatural2
Undocumented
Default3
Appearance of the font does not matter.
Draft4
Appearance of the font is less important than when Proof is used.
NonAntialiased5
Font is never antialiased.
Proof6
Character quality of the font is more important than exact matching of the logical-font attributes.

See Also