Click or drag to resize

LOGFONTFontPitchAndFamily Enumeration

The pitch and family of the font.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
[FlagsAttribute]
public enum FontPitchAndFamily
Members
Member nameValueDescription
DEFAULT_PITCH0 
FF_DONTCARE0 Do not care or do not know
FIXED_PITCH1 
VARIABLE_PITCH2 
FF_ROMAN16 Fonts with variable stroke width (proportional) and with serifs. MS® Serif is an example.
FF_SWISS32 Fonts with variable stroke width (proportional) and without serifs. MS® Sans Serif is an example.
FF_MODERN48 Fonts with constant stroke width (monospace), with or without serifs. Monospace fonts are usually modern. Pica, Elite, and Courer New® are examples.
FF_SCRIPT64 Fonts designed to look like handwriting. Script and Cursive are examples.
FF_DECORATIVE80 Novelty fonts. Old English is an example.
Remarks

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.

See Also