LogFontQuality Enumeration
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Specifies the quality of a font.
Namespace: Microsoft.WindowsCE.Forms
Assembly: Microsoft.WindowsCE.Forms (in Microsoft.WindowsCE.Forms.dll)
Syntax
'Declaration
Public Enumeration LogFontQuality
'Usage
Dim instance As LogFontQuality
public enum LogFontQuality
public enum class LogFontQuality
type LogFontQuality
Members
Member name | Description | |
---|---|---|
Default | Specifies that appearance of the font does not matter. | |
Draft | Specifies that quality is less important than faster rendering. | |
NonAntiAliased | Specifies that font edges are not blended to increase the smoothness of the stroke. | |
AntiAliased | Specifies that font edges are blended to increase the smoothness of the stroke. | |
ClearType | Specifies that text is rendered using the ClearType® antialiasing method. | |
ClearTypeCompat | Specifies that the text is ClearType compatible. |
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 Smartphone, Windows Mobile for Pocket PC
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Version Information
.NET Compact Framework
Supported in: 3.5, 2.0