PitchAndFamily Enumeration
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
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
[<FlagsAttribute>]
type PitchAndFamily
Members
Member name | Description | |
---|---|---|
DefaultPitch | Specifies default pitch. | |
FixedPitch | Specifies a monospace font with or without serifs. Monospace fonts are usually modern; examples include Pica, Elite, and Courier New. | |
VariablePitch | Specifies a variable-pitch font. | |
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. | |
FamilyRoman | Specifies a proportional font with serifs; for example, Times New Roman. | |
FamilySwiss | Specifies a proportional font without serifs; for example, Arial. | |
FamilyModern | Specifies a monospace font with or without serifs. Monospace fonts are usually modern; examples include Pica, Elite, and Courier New. | |
FamilyScript | Specifies a font that is designed to look like handwriting; for example, Script and Cursive. | |
FamilyDecorative | Specifies a novelty font; for example, Old English. |
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 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.
Version Information
.NET Compact Framework
Supported in: 3.5, 2.0
See Also
Reference
Microsoft.WindowsMobile.DirectX.Direct3D Namespace