LOGFONTFont |
| Member name | Value | Description |
|---|---|---|
| DEFAULT_PITCH | 0 | |
| FF_DONTCARE | 0 | Do not care or do not know |
| FIXED_PITCH | 1 | |
| VARIABLE_PITCH | 2 | |
| FF_ROMAN | 16 | Fonts with variable stroke width (proportional) and with serifs. MS® Serif is an example. |
| FF_SWISS | 32 | Fonts with variable stroke width (proportional) and without serifs. MS® Sans Serif is an example. |
| FF_MODERN | 48 | Fonts with constant stroke width (monospace), with or without serifs. Monospace fonts are usually modern. Pica, Elite, and Courer New® are examples. |
| FF_SCRIPT | 64 | Fonts designed to look like handwriting. Script and Cursive are examples. |
| FF_DECORATIVE | 80 | Novelty fonts. Old English is an example. |
The proper value can be obtained by using the Boolean OR operator to join one pitch constant with one family constant.
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.