'宣言 Public Overloads Function Add( _ ByVal font As System.Drawing.Font _ ) As System.Integer
'使用法 Dim instance As EmbeddedFontCollection Dim font As System.Drawing.Font Dim value As System.Integer value = instance.Add(font)
public System.int Add( System.Drawing.Font font )
パラメータ
- font
 - 追加するフォント。
 
戻り値の型
コレクションに追加されたオブジェクトのインデックスを返します。