Share via


PitchAndFamily Enumeration

Defines font families.

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

Namespace: Microsoft.WindowsMobile.DirectX.Direct3D
Assembly: Microsoft.WindowsMobile.DirectX (in microsoft.windowsmobile.directx.dll)

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration PitchAndFamily
'Usage
Dim instance As PitchAndFamily
[FlagsAttribute] 
public enum PitchAndFamily
[FlagsAttribute] 
public enum class PitchAndFamily
/** @attribute FlagsAttribute() */ 
public enum PitchAndFamily
FlagsAttribute 
public enum PitchAndFamily

Members

  Member name Description
Supported by the .NET Compact Framework DefaultPitch Specifies default pitch. 
Supported by the .NET Compact Framework FamilyDecorative Specifies a novelty font; for example, Old English. 
Supported by the .NET Compact Framework FamilyDoNotCare Specifies a generic family name, which is used when information about a font does not exist or does not matter. The default font is used. 
Supported by the .NET Compact Framework FamilyModern Specifies a monospace font with or without serifs. Monospace fonts are usually modern; examples include Pica, Elite, and Courier New. 
Supported by the .NET Compact Framework FamilyRoman Specifies a proportional font with serifs; for example, Times New Roman. 
Supported by the .NET Compact Framework FamilyScript Specifies a font that is designed to look like handwriting; for example, Script and Cursive. 
Supported by the .NET Compact Framework FamilySwiss Specifies a proportional font without serifs; for example, Arial. 
Supported by the .NET Compact Framework FixedPitch Specifies a monospace font with or without serifs. Monospace fonts are usually modern; examples include Pica, Elite, and Courier New. 
Supported by the .NET Compact Framework VariablePitch Specifies a variable-pitch font. 

Remarks

A font family is a set of fonts that have common stroke width and serif characteristics. There are five font families; a sixth family allows an application to use the default font.

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.WindowsMobile.DirectX.Direct3D Namespace

Other Resources

Mobile Direct3D Programming