次の方法で共有


FontDialog.AllowVectorFonts プロパティ

ダイアログ ボックスでベクタ フォントを選択できるかどうかを示す値を取得または設定します。

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);

プロパティ値

ベクタ フォントを使用できる場合は true 。それ以外の場合は false 。既定値は true です。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

FontDialog クラス | FontDialog メンバ | System.Windows.Forms 名前空間 | AllowScriptChange | AllowSimulations | AllowVerticalFonts