LogFontPitchAndFamily Enumeration

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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
'Usage
Dim instance As LogFontPitchAndFamily
[FlagsAttribute]
public enum LogFontPitchAndFamily
[FlagsAttribute]
public enum class LogFontPitchAndFamily
[<FlagsAttribute>]
type LogFontPitchAndFamily

Members

Member name Description
Supported by the .NET Compact Framework Default Specifies a default font.
Supported by the .NET Compact Framework Fixed Specifies a monospaced font family.
Supported by the .NET Compact Framework Variable Specifies that the font family can vary.
Supported by the .NET Compact Framework Decorative Specifies novelty fonts. Old English is an example.
Supported by the .NET Compact Framework DontCare Specifies that the font family is not important.
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.

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 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.WindowsCE.Forms Namespace