FontDialog.AllowVectorFonts Property

Definition

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

public:
 property bool AllowVectorFonts { bool get(); void set(bool value); };
public bool AllowVectorFonts { get; set; }
member this.AllowVectorFonts : bool with get, set
Public Property AllowVectorFonts As Boolean

Property Value

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

Applies to

See also