Gets or sets a value indicating whether the dialog box allows selection of fonts for all non-OEM and Symbol character sets, as well as the American National Standards Institute (ANSI) character set.
[Visual Basic] Public Property ScriptsOnly As Boolean [C#] public bool ScriptsOnly {get; set;} [C++] public: __property bool get_ScriptsOnly(); public: __property void set_ScriptsOnly(bool); [JScript] public function get ScriptsOnly() : Boolean; public function set ScriptsOnly(Boolean);
true if selection of fonts for all non-OEM and Symbol character sets, as well as the ANSI character set, is allowed; otherwise, false. The default value is false.
FontDialog Class | FontDialog Members | System.WinForms Namespace | FixedPitchOnly | FontMustExist