0 out of 1 rated this helpful - Rate this topic

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)

[FlagsAttribute] 
public enum LogFontPitchAndFamily : byte
/** @attribute FlagsAttribute() */ 
public enum LogFontPitchAndFamily
FlagsAttribute 
public enum LogFontPitchAndFamily
  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. 

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.

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.

.NET Compact Framework

Supported in: 2.0
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ