DioDocs for PDF
FromFile(String,Boolean) メソッド

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Text 名前空間 > Font クラス > FromFile メソッド : FromFile(String,Boolean) メソッド
The path to the file containing the font data.
Set this parameter to True if you're planning to add the font to the fallback font collection.
Loads the first Font from a specified file.
シンタックス
'宣言
 
Public Overloads Shared Function FromFile( _
   ByVal path As System.String, _
   Optional ByVal initCodeMap As System.Boolean _
) As Font
public static Font FromFile( 
   System.string path,
   System.bool initCodeMap
)

パラメータ

path
The path to the file containing the font data.
initCodeMap
Set this parameter to True if you're planning to add the font to the fallback font collection.

戻り値の型

The newly created font, or null if the file did not contain any fonts.
参照

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