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)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration LogFontPitchAndFamily As Byte
'Usage
Dim instance As LogFontPitchAndFamily
[FlagsAttribute]
public enum LogFontPitchAndFamily : byte
[FlagsAttribute]
public enum class LogFontPitchAndFamily : unsigned char
/** @attribute FlagsAttribute() */
public enum LogFontPitchAndFamily
FlagsAttribute
public enum LogFontPitchAndFamily
Members
Member name | Description | |
---|---|---|
Decorative | Specifies novelty fonts. Old English is an example. | |
Default | Specifies a default font. | |
DontCare | Specifies that the font family is not important. | |
Fixed | Specifies a monospaced font family. | |
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. | |
Variable | Specifies that the font family can vary. |
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 Pocket PC, Windows Mobile for Smartphone
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.
Version Information
.NET Compact Framework
Supported in: 2.0
See Also
Reference
Microsoft.WindowsCE.Forms Namespace