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 | |
---|---|---|
Default | Specifies a default font. | |
Fixed | Specifies a monospaced font family. | |
Variable | Specifies that the font family can vary. | |
Decorative | Specifies novelty fonts. Old English is an example. | |
DontCare | Specifies that the font family is not important. | |
Modern | Specifies monofaced fonts with or without serifs. Pica, Elite, and Courier NewTM are examples of monospace fonts. | |
Roman | Specifies proportional fonts with serifs. MS Serif is an example. | |
Script | Specifies fonts designed to look like handwriting. Script and Cursive are examples. | |
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