LogFontQuality Enumeration

Specifies the quality of a font.

Namespace: Microsoft.WindowsCE.Forms
Assembly: Microsoft.WindowsCE.Forms (in microsoft.windowsce.forms.dll)

Syntax

'Declaration
Public Enumeration LogFontQuality As Byte
'Usage
Dim instance As LogFontQuality
public enum LogFontQuality : byte
public enum class LogFontQuality : unsigned char
public enum LogFontQuality
public enum LogFontQuality

Members

  Member name Description
Supported by the .NET Compact Framework AntiAliased Specifies that font edges are blended to increase the smoothness of the stroke. 
Supported by the .NET Compact Framework ClearType Specifies that text is rendered using the ClearType® antialiasing method. 
Supported by the .NET Compact Framework ClearTypeCompat Specifies that the text is ClearType compatible. 
Supported by the .NET Compact Framework Default Specifies that appearance of the font does not matter. 
Supported by the .NET Compact Framework Draft Specifies that quality is less important than faster rendering. 
Supported by the .NET Compact Framework NonAntiAliased Specifies that font edges are not blended to increase the smoothness of the stroke. 

Remarks

The output quality defines how carefully the graphics device interface (GDI) must attempt to match the logical font attributes to those of an actual physical font.

Platforms

Windows CE, Windows Mobile for Pocket PC, Windows Mobile for Smartphone

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.

Version Information

.NET Compact Framework

Supported in: 2.0

See Also

Reference

Microsoft.WindowsCE.Forms Namespace

Other Resources

Rotated Text Using LogFont Sample