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

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Text 名前空間 > Font クラス > FromFile メソッド : FromFile(String,String) メソッド
The path to the file containing the font data.
The full font name to be loaded.
Loads a Font with given full font name from a specified file.
シンタックス
'宣言
 
Public Overloads Shared Function FromFile( _
   ByVal path As System.String, _
   ByVal fullFontName As System.String _
) As Font
public static Font FromFile( 
   System.string path,
   System.string fullFontName
)

パラメータ

path
The path to the file containing the font data.
fullFontName
The full font name to be loaded.

戻り値の型

The newly created font.
参照

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