Enum FxFontPitchFamily
Specifies the pitch and family classification of a font.
[Flags]
public enum FxFontPitchFamily
Fields
FixedPitch = 1
Roman = 16
Script = 64
Remarks
This enumeration is used to define font characteristics such as whether the font has a fixed pitch or belongs to a specific family, such as Roman or Script. The values can be combined using a bitwise OR operation due to the FlagsAttribute applied to the enumeration.