DioDocs for PDF
CollectionFromArray メソッド

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Text 名前空間 > Font クラス : CollectionFromArray メソッド
The byte array with the font data.
The destination list of fonts. It must be initialized beforehand.
Set this parameter to True if you're planning to add the loaded fonts to the fallback font collection.
Loads all Fonts from a byte array containing single font or a font collection.
シンタックス
'宣言
 
Public Shared Function CollectionFromArray( _
   ByVal fontData() As System.Byte, _
   ByVal fonts As System.Collections.Generic.List(Of Font), _
   Optional ByVal initCodeMap As System.Boolean _
) As System.Integer
public static System.int CollectionFromArray( 
   System.byte[] fontData,
   System.Collections.Generic.List<Font> fonts,
   System.bool initCodeMap
)

パラメータ

fontData
The byte array with the font data.
fonts
The destination list of fonts. It must be initialized beforehand.
initCodeMap
Set this parameter to True if you're planning to add the loaded fonts to the fallback font collection.

戻り値の型

The number of loaded fonts.
参照

Font クラス
Font メンバ