Table of Contents

Enum FontDialogRestrictSelection

Namespace
Alternet.UI
Assembly
Alternet.UI.Interfaces.dll

Flags restricting the font selection in the font dialog.

[Flags]
public enum FontDialogRestrictSelection

Fields

FixedPitch = 2

To show only monospaced fonts.

None = 0

No restriction applies.

Scalable = 1

To show only scalable fonts - no raster fonts.

Remarks

This enumeration supports a bitwise combination of its member values.