PrintDocument for WinForms
GetFontTableStream メソッド (RawFontSubSet)


C1.PrintDocument.6 アセンブリ > C1.Util 名前空間 > RawFontSubSet クラス : GetFontTableStream メソッド
The name of the font table block.
Gets stream for the font table block by name.
シンタックス
'宣言
 
Public Overrides Function GetFontTableStream( _
   ByVal name As System.String _
) As System.IO.Stream
'使用法
 
Dim instance As RawFontSubSet
Dim name As System.String
Dim value As System.IO.Stream
 
value = instance.GetFontTableStream(name)
public override System.IO.Stream GetFontTableStream( 
   System.string name
)

パラメータ

name
The name of the font table block.

戻り値の型

Returns the font table stream, otherwise null.
参照

RawFontSubSet クラス
RawFontSubSet メンバ