Enum FontDialogRestrictSelection
Flags restricting the font selection in the font dialog.
[Flags]
public enum FontDialogRestrictSelection
Fields
FixedPitch = 2To show only monospaced fonts.
None = 0No restriction applies.
Scalable = 1To show only scalable fonts - no raster fonts.
Remarks
This enumeration supports a bitwise combination of its member values.