LogFontPitchAndFamily Enumeration

Specifies categories of fonts.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

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

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration LogFontPitchAndFamily As Byte
'Usage
Dim instance As LogFontPitchAndFamily
[FlagsAttribute] 
public enum LogFontPitchAndFamily : byte
[FlagsAttribute] 
public enum class LogFontPitchAndFamily : unsigned char
/** @attribute FlagsAttribute() */ 
public enum LogFontPitchAndFamily
FlagsAttribute 
public enum LogFontPitchAndFamily

Members

  Member name Description
Supported by the .NET Compact Framework Decorative Specifies novelty fonts. Old English is an example. 
Supported by the .NET Compact Framework Default Specifies a default font. 
Supported by the .NET Compact Framework DontCare Specifies that the font family is not important. 
Supported by the .NET Compact Framework Fixed Specifies a monospaced font family. 
Supported by the .NET Compact Framework Modern Specifies monofaced fonts with or without serifs. Pica, Elite, and Courier NewTM are examples of monospace fonts. 
Supported by the .NET Compact Framework Roman Specifies proportional fonts with serifs. MS Serif is an example. 
Supported by the .NET Compact Framework Script Specifies fonts designed to look like handwriting. Script and Cursive are examples. 
Supported by the .NET Compact Framework Swiss Specifies proportional fonts without serifs. MS Sans Serif is an example. 
Supported by the .NET Compact Framework Variable Specifies that the font family can vary. 

Remarks

Font families describe the look of a font in a general way. They are intended for specifying fonts when the exact typeface desired is not available.

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