PrintDocument for WinForms
Add(Font) メソッド


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > EmbeddedFontCollection クラス > Add メソッド : Add(Font) メソッド
The System.Drawing.Font to add.
Builds an EmbeddedFont based on the specified font, and adds it to the current collection. Throws an exception if the font is already present in the collection.
シンタックス
'宣言
 
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
The System.Drawing.Font to add.

戻り値の型

The index of the newly added font in the collection.
参照

EmbeddedFontCollection クラス
EmbeddedFontCollection メンバ
オーバーロード一覧