NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

FontDialog.AllowVectorFonts

Gets or sets a value indicating whether the dialog box allows vector font selections.

[Visual Basic]
Public Property AllowVectorFonts As Boolean
[C#]
public bool AllowVectorFonts {get; set;}
[C++]
public: __property bool get_AllowVectorFonts();
public: __property void set_AllowVectorFonts(bool);
[JScript]
public function get AllowVectorFonts() : Boolean;
public function set AllowVectorFonts(Boolean);

Property Value

true if vector fonts are allowed; otherwise, false. The default value is true.

See Also

FontDialog Class | FontDialog Members | System.WinForms Namespace | AllowScriptChange | AllowSimulations | AllowVerticalFonts