Share via


LogFontPrecision Enumeration

Specifies the output precision.

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

Syntax

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

Members

  Member name Description
Supported by the .NET Compact Framework Default Specifies the default mapping behavior. 
Supported by the .NET Compact Framework Raster Specifies a raster font when the system contains multiple fonts with the same name. 
Supported by the .NET Compact Framework String Specifies raster font enumeration data. 

Remarks

Precision defines how closely the output must match the requested font's height, width, character orientation, escapement, pitch, and font type.

Platforms

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

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

Version Information

.NET Compact Framework

Supported in: 2.0

See Also

Reference

Microsoft.WindowsCE.Forms Namespace

Other Resources

Rotated Text Using LogFont Sample