DioDocs for PDF
AppendFonts メソッド

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Text 名前空間 > FontCollection クラス : AppendFonts メソッド
The list with fonts.
Specifies if the fonts should be added to the fallback font collection as well.
Appends fonts from the specified list to the collection.
シンタックス
'宣言
 
Public Sub AppendFonts( _
   ByVal list As System.Collections.Generic.IList(Of Font), _
   ByVal addToFallbacks As System.Boolean _
) 
public void AppendFonts( 
   System.Collections.Generic.IList<Font> list,
   System.bool addToFallbacks
)

パラメータ

list
The list with fonts.
addToFallbacks
Specifies if the fonts should be added to the fallback font collection as well.
参照

FontCollection クラス
FontCollection メンバ