LogFontPitchAndFamily Enumeration
.NET Framework 3.0
Specifies categories of fonts.
Assembly: Microsoft.WindowsCE.Forms (in microsoft.windowsce.forms.dll)
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.WindowsCE.FormsAssembly: Microsoft.WindowsCE.Forms (in microsoft.windowsce.forms.dll)
| 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. |
Community Additions
ADD
Show:
