This documentation is archived and is not being maintained.
LogFontQuality Enumeration
Visual Studio 2008
Specifies the quality of a font.
Assembly: Microsoft.WindowsCE.Forms (in Microsoft.WindowsCE.Forms.dll)
| 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. |
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.
Show:
