DioDocs for PDF
FromStream(Stream,String,Int32) メソッド

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Text 名前空間 > Font クラス > FromStream メソッド : FromStream(Stream,String,Int32) メソッド
The stream containing the font data.
The full font name to be loaded.
The number of bytes to read from the stream; -1 causes reading till the end of stream.
Loads a Font with given full font name from a specified stream.
シンタックス
'宣言
 
Public Overloads Shared Function FromStream( _
   ByVal stream As System.IO.Stream, _
   ByVal fullFontName As System.String, _
   Optional ByVal bytesToRead As System.Integer _
) As Font
public static Font FromStream( 
   System.IO.Stream stream,
   System.string fullFontName,
   System.int bytesToRead
)

パラメータ

stream
The stream containing the font data.
fullFontName
The full font name to be loaded.
bytesToRead
The number of bytes to read from the stream; -1 causes reading till the end of stream.

戻り値の型

The newly created font.
参照

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